TripleDESPrivacyProviderDecrypt Method (Byte, Byte, Byte) |
Namespace:
Lextm.SharpSnmpLib.Security
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static byte[] Decrypt(
byte[] encryptedData,
byte[] key,
byte[] privacyParameters
)
Public Shared Function Decrypt (
encryptedData As Byte(),
key As Byte(),
privacyParameters As Byte()
) As Byte()
public:
static array<unsigned char>^ Decrypt(
array<unsigned char>^ encryptedData,
array<unsigned char>^ key,
array<unsigned char>^ privacyParameters
)
static member Decrypt :
encryptedData : byte[] *
key : byte[] *
privacyParameters : byte[] -> byte[]
Parameters
- encryptedData
- Type: SystemByte
- key
- Type: SystemByte
- privacyParameters
- Type: SystemByte
Return Value
Type:
ByteSee Also