Compartir a través de


Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey Propiedad

Definición

Obtiene un valor de memoria que contiene el valor PKCS #8 EncryptedPrivateKeyInfo transportado por este contenedor.

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

Valor de propiedad

Valor de memoria que contiene el valor EncryptedPrivateKeyInfo de PKCS#8 transportado por este contenedor.

Comentarios

No se realiza ninguna validación de que el valor devuelto sea un valor PKCS#8 EncryptedPrivateKeyInfo válido.

Esta propiedad es un alias para la Pkcs12SafeBag.EncodedBagValue propiedad .

Se aplica a