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

Inheritance: ECDsa
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Methods

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