Opc.Ua.Core
ParseDistinguishedName Method



Opc.Ua Namespace > X509Utils Class : ParseDistinguishedName Method
Parses a distingushed name.
Syntax
'Declaration
 
Public Shared Function ParseDistinguishedName( _
   ByVal name As String _
) As List(Of String)
'Usage
 
Dim name As String
Dim value As List(Of String)
 
value = X509Utils.ParseDistinguishedName(name)
public static List<string> ParseDistinguishedName( 
   string name
)
public:
static List<String^>^ ParseDistinguishedName( 
   String^ name
) 

Parameters

name
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