Visual Basic (Declaration) | |
---|---|
Protected Overridable Function CryptographicException() As Exception |
C# | |
---|---|
protected virtual Exception CryptographicException() |
catch { throw CryptographicException(); }
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
CryptoKey ClassCryptoKey Members
Used By
String CryptoKey.Encrypt(String,ByteEncoding)String CryptoKey.Decrypt(String,ByteEncoding)
Byte[] AsymmetricKey.Encrypt(Byte[])
Byte[] AsymmetricKey.Decrypt(Byte[])
Stream AsymmetricKey.Encrypt(Stream)
Stream AsymmetricKey.Decrypt(Stream)
Stream AESCryptoKey.Encrypt(Stream)
Stream AESCryptoKey.Decrypt(Stream)
Byte[] AESCryptoKey.Encrypt(Byte[])
Byte[] AESCryptoKey.Decrypt(Byte[])
Stream PasswordKey.Encrypt(Stream)
Stream PasswordKey.Decrypt(Stream)
Stream PasswordKey.Decrypt(Stream,Salt.Size)
Byte[] PasswordKey.Encrypt(Byte[])
Byte[] PasswordKey.Decrypt(Byte[])
Byte[] PasswordKey.Decrypt(Byte[],Salt.Size)