X509Attribute Class |
Namespace: System.Security.Cryptography
The X509Attribute type exposes the following members.
Name | Description | |
---|---|---|
X509Attribute(Oid, Byte) |
Initializes a new instance of the X509Attribute class using an Oid object and a byte array
| |
X509Attribute(Oid, Int32, Byte) |
Initializes a new instance of the X509Attribute class using an Oid object, an integer that
identifies the tagged attribute and a byte array. This constructor is used only for tagged attributes.
|
Name | Description | |
---|---|---|
BodyPartId |
Gets the value that identifies the tagged attribute.
| |
Oid | Gets or sets the Oid value for an AsnEncodedData object. (Inherited from AsnEncodedData.) | |
RawData | Gets or sets the Abstract Syntax Notation One (ASN.1)-encoded data represented in a byte array. (Inherited from AsnEncodedData.) |
Name | Description | |
---|---|---|
CopyFrom | Copies information from an AsnEncodedData object. (Inherited from AsnEncodedData.) | |
Decode |
Decodes ASN.1-encoded attribute (with envelope) to an instance of X509Attribute class.
| |
Encode |
Encodes current object to ASN.1-encoded byte array.
| |
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Format |
Returns a formatted version of the Abstract Syntax Notation One (ASN.1)-encoded data as a string.
(Overrides AsnEncodedDataFormat(Boolean).) | |
GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |