| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As X509CRL Dim issuer As X509Certificate2 Dim throwOnError As Boolean Dim value As Boolean value = instance.VerifySignature(issuer, throwOnError) | |
| C# | |
|---|---|
| public bool VerifySignature( X509Certificate2 issuer, bool throwOnError ) | |
Parameters
- issuer
- throwOnError
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    