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

certificate

Glossary Item Box

Returns true the certificate is in the CRL.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As X509CRL
Dim certificate As X509Certificate2
Dim value As Boolean
 
value = instance.IsRevoked(certificate)
C# 
public bool IsRevoked( 
   X509Certificate2 certificate
)

Parameters

certificate

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.