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

ReadOnlyMemory<Byte>

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 al certificado si ambos valores tienen un atributo LocalKeyId y los valores de KeyId de los atributos son iguales por bytes.

Se aplica a