C# Class System.Security.Cryptography.TripleDES

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

Public Methods

Method Description
Create ( ) : TripleDES
Create ( string str ) : TripleDES
IsWeakKey ( byte rgbKey ) : bool

Protected Methods

Method Description
TripleDES ( ) : System.Diagnostics

Private Methods

Method Description
EqualBytes ( byte rgbKey, int start1, int start2, int count ) : bool

Method Details

Create() public static method

public static Create ( ) : TripleDES
return TripleDES

Create() public static method

public static Create ( string str ) : TripleDES
str string
return TripleDES

IsWeakKey() public static method

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
return bool

TripleDES() protected method

protected TripleDES ( ) : System.Diagnostics
return System.Diagnostics