public class Rdn : Asn1Encodable
Public Class Rdn
Inherits Asn1Encodable
public ref class Rdn : public Asn1Encodable
Org.BouncyCastle.Asn1.X500.Rdn = function();
Type.createClass(
'Org.BouncyCastle.Asn1.X500.Rdn',
Org.BouncyCastle.Asn1.Asn1Encodable);
Rdn(AttributeTypeAndValue) | Initializes a new instance of the Rdn class |
Rdn(AttributeTypeAndValue) | Initializes a new instance of the Rdn class |
Rdn(DerObjectIdentifier, Asn1Encodable) | Initializes a new instance of the Rdn class |
EncodeTo(Stream) | (Inherited from Asn1Encodable) |
EncodeTo(Stream, String) | (Inherited from Asn1Encodable) |
Equals | (Inherited from Asn1Encodable) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetDerEncoded | (Inherited from Asn1Encodable) |
GetEncoded | (Inherited from Asn1Encodable) |
GetEncoded(String) | (Inherited from Asn1Encodable) |
GetFirst | |
GetHashCode | (Inherited from Asn1Encodable) |
GetInstance | |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetTypesAndValues | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToAsn1Object | (Overrides Asn1EncodableToAsn1Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |