C# Class System.Security.Cryptography.TripleDES

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

Méthodes publiques

Méthode Description
Create ( ) : TripleDES
Create ( string str ) : TripleDES
IsWeakKey ( byte rgbKey ) : bool

Méthodes protégées

Méthode Description
TripleDES ( ) : System.Diagnostics

Private Methods

Méthode Description
EqualBytes ( byte rgbKey, int start1, int start2, int count ) : bool

Method Details

Create() public static méthode

public static Create ( ) : TripleDES
Résultat TripleDES

Create() public static méthode

public static Create ( string str ) : TripleDES
str string
Résultat TripleDES

IsWeakKey() public static méthode

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
Résultat bool

TripleDES() protected méthode

protected TripleDES ( ) : System.Diagnostics
Résultat System.Diagnostics