Show / Hide Table of Contents

GetSupportedCaIdentifiers Method

GetSupportedCaIdentifiers(bool, bool)

Gets the supported CA identifiers for KLOC and/or KLCC.

C#
public IReadOnlyDictionary<KeyReference, ReadOnlyMemory<byte>> GetSupportedCaIdentifiers(bool kloc, bool klcc)

Parameters

Type Name Description
bool kloc

Whether to retrieve Key Loading OCE Certificate (KLOC) identifiers.

bool klcc

Whether to retrieve Key Loading Card Certificate (KLCC) identifiers.

Returns

IReadOnlyDictionary<KeyReference, ReadOnlyMemory<byte>>

A dictionary of KeyReference and byte arrays representing the CA identifiers.

Exceptions

Type Condition
ArgumentException

Thrown when both kloc and klcc are false.

SecureChannelException

Thrown when there was an SCP error, described in the exception message.

In this article
Back to top Generated by DocFX