PublicKeyExtensions Class
            Contains extension methods for 
PublicKey class.
            
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.3.0+c7aa42c7e4fd98d87c1722b230e8e27c1bbf41f0
public static class PublicKeyExtensions
<ExtensionAttribute>
Public NotInheritable Class PublicKeyExtensions
[ExtensionAttribute]
public ref class PublicKeyExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type PublicKeyExtensions = class end
- Inheritance
- Object    PublicKeyExtensions
 | Encode | Encodes public key to a ASN.1 compatible format that includes key algorithm, key algorithm parameters
            and encoded key value. | 
| Format | Gets a textual representation of public key, including key algorithm and key value and parameters
            hex dump. | 
| FromRawData | Creates a public key instance from an ASN.1-encoded byte array. | 
| GetAsymmetricKeyPair | Gets a managed implementation of public key instance. | 
| GetCryptBlob | Gets Microsoft-compatible public key blob from public key instance. | 
| GetKeyLength | Gets the public key length in bits. | 
| VerifySignature | Verifies signature using public key. |