Pkcs9LocalKeyId.KeyId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.