Click or drag to resize

OidMapping Constructor (Oid, Oid)

Initializes a new instance of the OidMapping class from an Object Identifier pair.

Namespace:  System.Security.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OidMapping(
	Oid issuerOid,
	Oid subjectOid
)

Parameters

issuerOid
Type: System.Security.CryptographyOid
Represents an OID from external domain.
subjectOid
Type: System.Security.CryptographyOid
Represents a subject domain's equivalent OID.
Exceptions
ExceptionCondition
ArgumentException Either, issuerOid or subjectOid is not valid object identifier.
ArgumentNullException Either, issuerOid or subjectOid is null.
See Also