EasyUA Reference
VerifySignature Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > X509CRL Class : VerifySignature Method

issuer
throwOnError

Glossary Item Box

Verifies the signature on the CRL.

Syntax

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

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.