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

certificate
parsedName

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CompareDistinguishedName( _
   ByVal certificate As X509Certificate2, _
   ByVal parsedName As List(Of String) _
) As Boolean
C# 
public static bool CompareDistinguishedName( 
   X509Certificate2 certificate,
   List<string> parsedName
)

Parameters

certificate
parsedName

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.