ECDiffieHellman.TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
尝试以 X.509 SubjectPublicKeyInfo 格式将当前密钥导出到所提供的缓冲区。
public:
override bool TryExportSubjectPublicKeyInfo(Span<System::Byte> destination, [Runtime::InteropServices::Out] int % bytesWritten);
public override bool TryExportSubjectPublicKeyInfo (Span<byte> destination, out int bytesWritten);
override this.TryExportSubjectPublicKeyInfo : Span<byte> * int -> bool
Public Overrides Function TryExportSubjectPublicKeyInfo (destination As Span(Of Byte), ByRef bytesWritten As Integer) As Boolean
参数
- bytesWritten
- Int32
此方法返回时,包含一个指示写入 destination
的字节数的值。 该参数未经初始化即被处理。
返回
如果 destination
具有足够的大小以接收输出,则为 true
;否则为 false
。
例外
未能导出密钥。