SymmetricEncryptionFormatter.Decrypt Method
This member overrides Microsoft.Web.Services2.Security.Cryptography.EncryptionFormatter.Decrypt .
Usage
'Usage
Dim cipherText() As Byte
Dim returnValue() As Byte
Dim symmetricEncryptionFormatter1 As SymmetricEncryptionFormatter
returnValue = symmetricEncryptionFormatter1.Decrypt(cipherText)
Syntax
'Declaration
Public Overrides Function Decrypt( _
ByVal cipherText() As Byte _
) As Byte()
public override byte[] Decrypt(
byte[] cipherText
);
public: virtual array<Byte>^ Decrypt(
array<Byte>^ cipherText
);
public ubyte[] Decrypt(
ubyte[] cipherText
);
public override function Decrypt(
cipherText : Byte[]
) : Byte[];
See Also
Reference
SymmetricEncryptionFormatter Class
Microsoft.Web.Services2.Security.Cryptography Namespace