Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Decrypt( _ ByVal dataToDecrypt As ArraySegment(Of Byte), _ ByVal encryptingCertificate As X509Certificate2, _ ByVal useOaep As Boolean _ ) As Byte() |
C# | |
---|---|
public static byte[] Decrypt( ArraySegment<byte> dataToDecrypt, X509Certificate2 encryptingCertificate, bool useOaep ) |
Parameters
- dataToDecrypt
- encryptingCertificate
- useOaep
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family