X509AlternativeNameOID Property |
Gets an object identifier of the other name. For common names, this property returns null.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax Public ReadOnly Property OID As Oid
Get
public:
property Oid^ OID {
Oid^ get ();
}
member OID : Oid with get
Property Value
Type:
OidSee Also