Method | Description | |
---|---|---|
DESCryptoServiceProvider ( ) : System.ComponentModel | ||
GenerateIV ( ) : void |
Method | Description | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateTransform ( byte rgbKey, byte rgbIV, bool encrypting ) : ICryptoTransform | ||
GenerateKey ( ) : void |
public DESCryptoServiceProvider ( ) : System.ComponentModel | ||
return | System.ComponentModel |