Compartir a través de


Pkcs9LocalKeyId.KeyId Propiedad

Definición

Obtiene un valor de memoria que contiene el identificador clave de este atributo.

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)

Valor de propiedad

Valor de memoria que contiene el identificador de clave de este atributo.

Comentarios

Los identificadores de clave local no tienen ningún significado semántico inherente a un PFX PKCS#12. Se considera que una clave privada está asociada con un certificado si ambos valores tienen un atributo LocalKeyId y los valores keyId de los atributos son iguales por un byte a byte.

Se aplica a