Pkcs9LocalKeyId.KeyId Property

Definition

Gets a memory value containing the key identifier from this attribute.

public:
 property ReadOnlyMemory<System::Byte> KeyId { ReadOnlyMemory<System::Byte> get(); };
public ReadOnlyMemory<byte> KeyId { get; }
member this.KeyId : ReadOnlyMemory<byte>
Public ReadOnly Property KeyId As ReadOnlyMemory(Of Byte)

Property Value

A memory value containing the key identifier from this attribute.

Remarks

Local key identifiers have no inherent semantic meaning to a PKCS#12 PFX. A private key is considered to be associated with the a certificate if both values have a LocalKeyId attribute and the attributes' KeyId values are equal on a byte-by-byte basis.

Applies to