Condividi tramite


Pkcs12KeyBag.Pkcs8PrivateKey Proprietà

Definizione

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

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

Valore della proprietà

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

Commenti

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

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

Si applica a