Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 861 Bytes

cryptographickey_exportpublickey_479306869.md

File metadata and controls

27 lines (19 loc) · 861 Bytes
-api-id -api-type
M:Windows.Security.Cryptography.Core.CryptographicKey.ExportPublicKey(Windows.Security.Cryptography.Core.CryptographicPublicKeyBlobType)
winrt method

Windows.Security.Cryptography.Core.CryptographicKey.ExportPublicKey

-description

Exports a public key to a buffer given a specified format.

-parameters

-param BlobType

A CryptographicPublicKeyBlobType enumeration value that specifies the format of the key in the buffer. The default value is X509SubjectPublicKeyInfo.

-returns

Buffer that contains the public key.

-remarks

-examples

-see-also

ExportPublicKey