Opc.Ua.Security.Certificates
VerifySignature Method



Opc.Ua.Security.Certificates Namespace > X509CRL Class : VerifySignature Method
Verifies the signature on the CRL.
Syntax
'Declaration
 
Public Function VerifySignature( _
   ByVal issuer As X509Certificate2, _
   ByVal throwOnError As Boolean _
) As Boolean
'Usage
 
Dim instance As X509CRL
Dim issuer As X509Certificate2
Dim throwOnError As Boolean
Dim value As Boolean
 
value = instance.VerifySignature(issuer, throwOnError)
public bool VerifySignature( 
   X509Certificate2 issuer,
   bool throwOnError
)
public:
bool VerifySignature( 
   X509Certificate2^ issuer,
   bool throwOnError
) 

Parameters

issuer
throwOnError
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

X509CRL Class
X509CRL Members