Opc.Ua.Core
CompareDistinguishedName(X500DistinguishedName,X500DistinguishedName) Method



Opc.Ua Namespace > X509Utils Class > CompareDistinguishedName Method : CompareDistinguishedName(X500DistinguishedName,X500DistinguishedName) Method
Compares two distinguished names.
Syntax
'Declaration
 
Public Overloads Shared Function CompareDistinguishedName( _
   ByVal name1 As X500DistinguishedName, _
   ByVal name2 As X500DistinguishedName _
) As Boolean
'Usage
 
Dim name1 As X500DistinguishedName
Dim name2 As X500DistinguishedName
Dim value As Boolean
 
value = X509Utils.CompareDistinguishedName(name1, name2)
public static bool CompareDistinguishedName( 
   X500DistinguishedName name1,
   X500DistinguishedName name2
)
public:
static bool CompareDistinguishedName( 
   X500DistinguishedName^ name1,
   X500DistinguishedName^ name2
) 

Parameters

name1
name2
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

X509Utils Class
X509Utils Members
Overload List