C# Class System.Security.Cryptography.AsymmetricAlgorithm

Inheritance: System.IDisposable
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Protected Properties

Свойство Type Description
KeySizeValue int
LegalKeySizesValue System.Security.Cryptography.KeySizes[]

Méthodes publiques

Méthode Description
Clear ( ) : void
Create ( ) : AsymmetricAlgorithm
Create ( string algName ) : AsymmetricAlgorithm
FromXmlString ( string xmlString ) : void
ToXmlString ( bool includePrivateParameters ) : string

Méthodes protégées

Méthode Description
AsymmetricAlgorithm ( ) : System.Globalization
Dispose ( bool disposing ) : void
IDisposable ( ) : void

Private Methods

Méthode Description
GetNamedParam ( string xml, string param ) : byte[]

Method Details

AsymmetricAlgorithm() protected méthode

protected AsymmetricAlgorithm ( ) : System.Globalization
Résultat System.Globalization

Clear() public méthode

public Clear ( ) : void
Résultat void

Create() public static méthode

public static Create ( ) : AsymmetricAlgorithm
Résultat AsymmetricAlgorithm

Create() public static méthode

public static Create ( string algName ) : AsymmetricAlgorithm
algName string
Résultat AsymmetricAlgorithm

Dispose() protected abstract méthode

protected abstract Dispose ( bool disposing ) : void
disposing bool
Résultat void

FromXmlString() public abstract méthode

public abstract FromXmlString ( string xmlString ) : void
xmlString string
Résultat void

IDisposable() protected méthode

protected IDisposable ( ) : void
Résultat void

ToXmlString() public abstract méthode

public abstract ToXmlString ( bool includePrivateParameters ) : string
includePrivateParameters bool
Résultat string

Property Details

KeySizeValue protected_oe property

protected int KeySizeValue
Résultat int

LegalKeySizesValue protected_oe property

protected KeySizes[],System.Security.Cryptography LegalKeySizesValue
Résultat System.Security.Cryptography.KeySizes[]