C# Class System.Security.Cryptography.RijndaelManaged

Inheritance: Rijndael
显示文件 Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
CreateDecryptor ( ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void
RijndaelManaged ( ) : System.ComponentModel

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

CreateDecryptor() public method

public CreateDecryptor ( ) : ICryptoTransform
return ICryptoTransform

CreateDecryptor() public method

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
return ICryptoTransform

CreateEncryptor() public method

public CreateEncryptor ( ) : ICryptoTransform
return ICryptoTransform

CreateEncryptor() public method

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
return ICryptoTransform

Dispose() protected method

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

GenerateIV() public method

public GenerateIV ( ) : void
return void

GenerateKey() public method

public GenerateKey ( ) : void
return void

RijndaelManaged() public method

public RijndaelManaged ( ) : System.ComponentModel
return System.ComponentModel