System
2.0.0.0
4.0.0.0
System.Object
The object contains the object identifier () representing the public key algorithm, the ASN-encoded parameters, and the ASN.1-encoded key value.
Represents a certificate's public key information. This class cannot be inherited.
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class using an object identifier (OID) object of the public key, an ASN.1-encoded representation of the public key parameters, and an ASN.1-encoded representation of the public key value.
An object identifier (OID) object that represents the public key.
An ASN.1-encoded representation of the public key parameters.
An ASN.1-encoded representation of the public key value.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.AsnEncodedData
To be added.
To be added.
Gets the ASN.1-encoded representation of the public key value.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.AsnEncodedData
To be added.
To be added.
Gets the ASN.1-encoded representation of the public key parameters.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.AsymmetricAlgorithm
To be added.
This property returns the public key. Both and keys are supported. Call this property to obtain a certificate's public key. Repeated calls to this property will return the same key.
Gets an or object representing the public key.
Property
2.0.0.0
4.0.0.0
System.Security.Cryptography.Oid
To be added.
An object identifier (OID) is a number that uniquely identifies an object class or attribute. An object identifier is represented as a dotted decimal string, such as "1.2.3.4." Object identifiers are organized into a global hierarchy. National registration authorities issue root object identifiers to individuals or organizations, who manage the hierarchy of OIDs grouped below their root object identifier.
Gets an object identifier (OID) object of the public key.