Property | Type | Description | |
---|---|---|---|
KeySizeValue | int | ||
LegalKeySizesValue | System.Security.Cryptography.KeySizes[] |
Method | Description | |
---|---|---|
Clear ( ) : void | ||
Create ( ) : |
||
Create ( string algName ) : |
||
FromXmlString ( string xmlString ) : void | ||
ToXmlString ( bool includePrivateParameters ) : string |
Method | Description | |
---|---|---|
AsymmetricAlgorithm ( ) : System.Globalization | ||
Dispose ( bool disposing ) : void | ||
IDisposable ( ) : void |
Method | Description | |
---|---|---|
GetNamedParam ( string xml, string param ) : byte[] |
protected AsymmetricAlgorithm ( ) : System.Globalization | ||
return | System.Globalization |
public static Create ( ) : |
||
return |
public static Create ( string algName ) : |
||
algName | string | |
return |
protected abstract Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public abstract FromXmlString ( string xmlString ) : void | ||
xmlString | string | |
return | void |
public abstract ToXmlString ( bool includePrivateParameters ) : string | ||
includePrivateParameters | bool | |
return | string |