OidMapping Class

Represents an object identifier (OID) mapping. OID mapping is used to map external OID from foreign domain to its equivalent in the subject domain.

OID mapping is usually used in Certificate and Application Policies Mappings certificate extensions.

Definition

Namespace: SysadminsLV.PKI.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class OidMapping
Inheritance
Object    OidMapping

Constructors

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.

Properties

IssuerDomainOid Object Identifier from external domain.
SubjectDomainOid a subject domain's equivalent object identifier.

Methods

Encode Gets ASN.1-encoded byte array that represents OID mapping.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
Format Gets textual representation of the current object.
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also