OidMapping Class |
OID mapping is usually used in Certificate and Application Policies Mappings certificate extensions.
Namespace: System.Security.Cryptography
The OidMapping type exposes the following members.
Name | Description | |
---|---|---|
OidMapping(Byte) |
Initializes a new instance of the OidMapping class from an ASN.1-encoded byte array.
| |
OidMapping(Oid, Oid) |
Initializes a new instance of the OidMapping class from an Object Identifier pair.
|
Name | Description | |
---|---|---|
IssuerDomainOid |
Object Identifier from external domain.
| |
SubjectDomainOid |
a subject domain's equivalent object identifier.
|
Name | Description | |
---|---|---|
Encode |
Gets ASN.1-encoded byte array that represents OID mapping.
| |
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 |
Gets textual representation of the current object.
| |
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 | Returns a string that represents the current object. (Inherited from Object.) |