Click or drag to resize

X500RdnAttribute Class

Represents X.500 Distinguished Name relative attribute.
Inheritance Hierarchy
SystemObject
  System.Security.CryptographyAsnEncodedData
    System.Security.Cryptography.X509CertificatesX500RdnAttribute

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public sealed class X500RdnAttribute : AsnEncodedData

The X500RdnAttribute type exposes the following members.

Constructors
  NameDescription
Public methodX500RdnAttribute
Initializes a new instance of the X500RdnAttribute class from encoded byte array.
Top
Properties
  NameDescription
Public propertyOid
Gets or sets the Oid value for an AsnEncodedData object.
(Inherited from AsnEncodedData.)
Public propertyRawData
Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array.
(Inherited from AsnEncodedData.)
Public propertyValue
Gets a value of RDN attribute.
Top
Methods
  NameDescription
Public methodCopyFrom
Copies information from an AsnEncodedData object.
(Inherited from AsnEncodedData.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFormat
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
(Overrides AsnEncodedDataFormat(Boolean).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also