C# Class System.Security.Cryptography.AsymmetricAlgorithm

Inheritance: System.IDisposable
Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Protected Properties

Property Type Description
KeySizeValue int
LegalKeySizesValue System.Security.Cryptography.KeySizes[]

Public Methods

Method Description
Clear ( ) : void
Create ( ) : AsymmetricAlgorithm
Create ( string algName ) : AsymmetricAlgorithm
FromXmlString ( string xmlString ) : void
ToXmlString ( bool includePrivateParameters ) : string

Protected Methods

Method Description
AsymmetricAlgorithm ( ) : System.Globalization
Dispose ( bool disposing ) : void
IDisposable ( ) : void

Private Methods

Method Description
GetNamedParam ( string xml, string param ) : byte[]

Method Details

AsymmetricAlgorithm() protected method

protected AsymmetricAlgorithm ( ) : System.Globalization
return System.Globalization

Clear() public method

public Clear ( ) : void
return void

Create() public static method

public static Create ( ) : AsymmetricAlgorithm
return AsymmetricAlgorithm

Create() public static method

public static Create ( string algName ) : AsymmetricAlgorithm
algName string
return AsymmetricAlgorithm

Dispose() protected abstract method

protected abstract Dispose ( bool disposing ) : void
disposing bool
return void

FromXmlString() public abstract method

public abstract FromXmlString ( string xmlString ) : void
xmlString string
return void

IDisposable() protected method

protected IDisposable ( ) : void
return void

ToXmlString() public abstract method

public abstract ToXmlString ( bool includePrivateParameters ) : string
includePrivateParameters bool
return string

Property Details

KeySizeValue protected_oe property

protected int KeySizeValue
return int

LegalKeySizesValue protected_oe property

protected KeySizes[],System.Security.Cryptography LegalKeySizesValue
return System.Security.Cryptography.KeySizes[]