Method | Description | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
TripleDESCryptoServiceProvider ( ) : System.ComponentModel |
public CreateDecryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |
public CreateEncryptor ( ) : ICryptoTransform | ||
return | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
return | ICryptoTransform |