X500DistinguishedNameExtensionsGetRdnAttributes Method

Converts an X500DistinguishedName instance in to a collection of individual RDN attributes.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public static X500RdnAttributeCollection GetRdnAttributes(
	this X500DistinguishedName name
)

Parameters

name  X500DistinguishedName
Existing instance of X500DistinguishedName.

Return Value

X500RdnAttributeCollection
A collection of RDN attributes.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type X500DistinguishedName. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also