Pkcs12KeyBag.Pkcs8PrivateKey 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得記憶體值,其中包含這個包所傳輸的 PKCS#8 PrivateKeyInfo 值。
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)
屬性值
記憶體值,其中包含此包所傳輸的 PKCS#8 PrivateKeyInfo 值。
備註
不會執行任何驗證,傳回的值是有效的 PKCS#8 PrivateKeyInfo 值。
此屬性是 屬性的 Pkcs12SafeBag.EncodedBagValue 別名。