Asn1Object Class

Definition

Constructors

Asn1ObjectInitializes a new instance of the Asn1Object class

Methods

Asn1Equals 
Asn1GetHashCode 
EncodeTo(Stream)
(Overrides Asn1EncodableEncodeTo(Stream))
EncodeTo(Stream, String)
(Overrides Asn1EncodableEncodeTo(Stream, String))
Equals(Asn1Object) 
Equals(Object)
(Inherited from Asn1Encodable)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromByteArrayCreate a base ASN.1 object from a byte array.
FromStreamRead a base ASN.1 object from a stream.
GetDerEncoded
(Inherited from Asn1Encodable)
GetEncoded
(Inherited from Asn1Encodable)
GetEncoded(String)
(Inherited from Asn1Encodable)
GetHashCode
(Inherited from Asn1Encodable)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToAsn1Object
(Overrides Asn1EncodableToAsn1Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also