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. |
System.ReadOnlyMemory<System.Byte> | ski | The Subject Key Identifier to store. |