PublicKeyExtensionsGetCryptBlob Method
Gets Microsoft-compatible public key blob from public key instance.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public static byte[] GetCryptBlob(
this PublicKey publicKey
)
<ExtensionAttribute>
Public Shared Function GetCryptBlob (
publicKey As PublicKey
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ GetCryptBlob(
PublicKey^ publicKey
)
[<ExtensionAttribute>]
static member GetCryptBlob :
publicKey : PublicKey -> byte[]
- publicKey PublicKey
- Public key instance.
Byte
A binary representation of Microsoft-specific public key blob, which can be either depending on a public key:
In Visual Basic and C#, you can call this method as an instance method on any object of type
PublicKey. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).