C# Class System.Security.Cryptography.ECDsaImplementation.ECDsaCng

Inheritance: ECDsa
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Methods

Méthode Description
ExportFullKeyBlob ( bool includePrivateParameters ) : byte[]
ExportKeyBlob ( bool includePrivateParameters ) : byte[]
ImportFullKeyBlob ( byte ecfullKeyBlob, bool includePrivateParameters ) : void
ImportKeyBlob ( byte ecKeyBlob, string curveName, bool includePrivateParameters ) : void