EasyUA Reference
CompareDistinguishedName(X509Certificate2,List<String>) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > Utils Class > CompareDistinguishedName Method : CompareDistinguishedName(X509Certificate2,List<String>) Method

certificate
parsedName

Glossary Item Box

Compares two distinguished names.

Syntax

Visual Basic (Usage)Copy Code
Dim certificate As X509Certificate2
Dim parsedName As List(Of String)
Dim value As Boolean
 
value = Utils.CompareDistinguishedName(certificate, parsedName)
C# 
public static bool CompareDistinguishedName( 
   X509Certificate2 certificate,
   List<string> parsedName
)

Parameters

certificate
parsedName

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.