X509SubjectAlternativeNamesExtension Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509SubjectAlternativeNamesExtension type exposes the following members.
Name | Description | |
---|---|---|
![]() | X509SubjectAlternativeNamesExtension(AsnEncodedData, Boolean) |
Initializes a new instance of the X509SubjectAlternativeNamesExtension class using an
AsnEncodedData object and a value that identifies whether the extension is critical.
|
![]() | X509SubjectAlternativeNamesExtension(X509AlternativeNameCollection, Boolean) |
Initializes a new instance of the X509SubjectAlternativeNamesExtension class using a
collection of alternative names and a value that identifies whether the extension is critical.
|
Name | Description | |
---|---|---|
![]() | AlternativeNames |
Gets an array of alternative names.
|
![]() | Critical | (Inherited from X509Extension.) |
![]() | Oid | (Inherited from AsnEncodedData.) |
![]() | RawData | (Inherited from AsnEncodedData.) |
Name | Description | |
---|---|---|
![]() | CopyFrom | (Inherited from X509Extension.) |
![]() | Equals | (Inherited from Object.) |
![]() | Format | (Inherited from AsnEncodedData.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Encode |
Encodes current extension to ASN.1-encoded byte array.
(Defined by X509ExtensionExtensions.) |