Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  System.Security.CryptographyOidMapping

Namespace:  System.Security.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class OidMapping

The OidMapping type exposes the following members.

Constructors
  NameDescription
Public methodOidMapping(Byte)
Initializes a new instance of the OidMapping class from an ASN.1-encoded byte array.
Public methodOidMapping(Oid, Oid)
Initializes a new instance of the OidMapping class from an Object Identifier pair.
Top
Properties
  NameDescription
Public propertyIssuerDomainOid
Object Identifier from external domain.
Public propertySubjectDomainOid
a subject domain's equivalent object identifier.
Top
Methods
  NameDescription
Public methodEncode
Gets ASN.1-encoded byte array that represents OID mapping.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Gets textual representation of the current object.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also