Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 820 Bytes

cryptographickey_export_162316133.md

File metadata and controls

27 lines (19 loc) · 820 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.Core.CryptographicKey.Export(Windows.Security.Cryptography.Core.CryptographicPrivateKeyBlobType)
winrt method

Windows.Security.Cryptography.Core.CryptographicKey.Export

-description

Exports the key pair to a buffer given a specified format.

-parameters

-param BlobType

A CryptographicPrivateKeyBlobType enumeration value that specifies the format of the key in the buffer. The default value is Pkcs8RawPrivateKeyInfo.

-returns

Buffer that contains the key pair.

-remarks

-examples

-see-also

Export()