| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim encryptingCertificate As X509Certificate2 Dim useOaep As Boolean Dim value As Integer value = RsaUtils.GetCipherTextBlockSize(encryptingCertificate, useOaep) | |
| C# | |
|---|---|
| public static int GetCipherTextBlockSize( X509Certificate2 encryptingCertificate, bool useOaep ) | |
Parameters
- encryptingCertificate
- useOaep
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    