共用方式為


Pkcs9LocalKeyId.KeyId 屬性

定義

取得記憶體值,其中包含此屬性的金鑰識別碼。

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)

屬性值

記憶體值,包含這個屬性中的密鑰標識碼。

備註

本機密鑰標識碼對 PKCS#12 PFX 沒有固有語意意義。 如果兩個值都有 LocalKeyId 屬性,且屬性的 KeyId 值以位元組位元組為基礎,則私鑰會被視為與憑證相關聯。

適用於