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



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

Parameters

name1
name2
Remarks
Where possible, distinguished names should be compared by using the System.Security.Cryptography.X509Certificates.X500DistinguishedName version.
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