Click or drag to resize

X509Attribute Class

Represents a cryptographic attribute.
Inheritance Hierarchy
SystemObject
  System.Security.CryptographyAsnEncodedData
    System.Security.CryptographyX509Attribute

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

The X509Attribute type exposes the following members.

Constructors
  NameDescription
Public methodX509Attribute(Oid, Byte)
Initializes a new instance of the X509Attribute class using an Oid object and a byte array
Public methodX509Attribute(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.
Top
Properties
  NameDescription
Public propertyBodyPartId
Gets the value that identifies the tagged attribute.
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.)
Top
Methods
  NameDescription
Public methodCopyFrom
Copies information from an AsnEncodedData object.
(Inherited from AsnEncodedData.)
Public methodStatic memberDecode
Decodes ASN.1-encoded attribute (with envelope) to an instance of X509Attribute class.
Public methodEncode
Encodes current object to ASN.1-encoded byte array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also