Show / Hide Table of Contents

StoreCaIssuer Method

StoreCaIssuer(KeyReference, ReadOnlyMemory<byte>)

Store the SKI (Subject Key Identifier) for the CA of a given key. Requires off-card entity verification.

C#
public void StoreCaIssuer(KeyReference keyReference, ReadOnlyMemory<byte> ski)

Parameters

Type Name Description
KeyReference keyReference

A reference to the key for which to store the CA issuer.

ReadOnlyMemory<byte> ski

The Subject Key Identifier to store.

In this article
Back to top Generated by DocFX