X509ServiceLocatorExtension Class |
Namespace: System.Security.Cryptography.X509Certificates
The X509ServiceLocatorExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| X509ServiceLocatorExtension(X509Certificate2) |
Initializes a new instance of the X509ServiceLocatorExtension class.
| |
| X509ServiceLocatorExtension(AsnEncodedData, Boolean) | Initializes a new instance of the X509ServiceLocatorExtension class |
| Name | Description | |
|---|---|---|
| AuthorityInformationAccess |
Gets an array of URLs contained in Authority Information Access extension.
| |
| Critical | Gets a Boolean value indicating whether the extension is critical. (Inherited from X509Extension.) | |
| IssuerName |
Gets issuer X.500 distinguished name.
| |
| 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 the extension properties of the specified AsnEncodedData object. (Inherited from X509Extension.) | |
| Equals | Determines whether the specified object is equal to the current object. (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. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Encode |
Encodes current extension to ASN.1-encoded byte array.
(Defined by X509ExtensionExtensions.) |