edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSLFTPDistinguishedName Class

Distinguished Name (DN) of a certificate.

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssl
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public class SSLFTPDistinguishedName
Inheritance
Object    SSLFTPDistinguishedName

Properties

CommonName CommonName (CN) component of the DN.
CountryName CountryName (C) component of the DN.
Item Generic accessor for DN components.
LocalityName LocalityName (L) component of the DN.
OrganizationalUnitName OrganizationalUnit (OU) component of the DN.
OrganizationName Organization (O) component of the DN.
StateOrProvinceName StateOrProvinceName (ST) component of the DN.
StreetAddress StreetAddress (STREET) component of the DN.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString Returns the Common Name.
(Overrides ObjectToString)

See Also