RSACng.TryExportPkcs8PrivateKey(Span<Byte>, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試以 PKCS#8 PrivateKeyInfo 格式將目前的金鑰匯出至提供的緩衝區。
public:
override bool TryExportPkcs8PrivateKey(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public override bool TryExportPkcs8PrivateKey (Span<byte> destination, out int bytesWritten);
override this.TryExportPkcs8PrivateKey : Span<byte> * int -> bool
Public Overrides Function TryExportPkcs8PrivateKey (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
參數
- bytesWritten
- Int32
當此方法傳回時,會包含一個值,指出寫入 destination
的位元組數。 這個參數會被視為未初始化。
傳回
若 destination
夠大可接收輸出,則為 true
;否則為 false
。