X509AlternativeName Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509AlternativeName type exposes the following members.
Name | Description | |
---|---|---|
X509AlternativeName(Byte) |
Initializes a new instance of the X509AlternativeName class by using a ASN.1-encoded
byte array that represents a particular alternative name.
| |
X509AlternativeName(X509AlternativeNamesEnum, Object) |
Initializes a new instance of the X509AlternativeName class by using alternative name
type and alternative name value.
| |
X509AlternativeName(X509AlternativeNamesEnum, Object, Oid) |
Initializes a new instance of the X509AlternativeName class by using alternative name
type, alternative name value and alternative name object identifier. This constructor supports only
OtherName type which can be either: OtherName, Guid
or UserPrincipalName. Use additional constructor for the rest alternative name types.
|
Name | Description | |
---|---|---|
OID |
Gets an object identifier of the other name. For common names, this property returns null.
| |
RawData |
Gets ASN.1-encoded alternative name value in the byte array form.
| |
Type |
Gets the type of alternative name contained in the Value property.
| |
Value |
Gets textual representation of the alternative name.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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 alternative name as a string.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString |
Displays an alternative name in text format.
(Overrides ObjectToString.) |