Condividi tramite


Pkcs12ShroudedKeyBag.EncryptedPkcs8PrivateKey Proprietà

Definizione

Ottiene un valore di memoria contenente il valore EncryptedPrivateKeyInfo PKCS#8 trasportato da questo contenitore.

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)

Valore della proprietà

Valore di memoria contenente il valore PKCS#8 EncryptedPrivateKeyInfo trasportato da questo contenitore.

Commenti

Non viene eseguita alcuna convalida che il valore restituito sia un valore PKCS#8 EncryptedPrivateKeyInfo valido.

Questa proprietà è un alias per la Pkcs12SafeBag.EncodedBagValue proprietà .

Si applica a