PublicKey Constructor (Oid^, AsnEncodedData^, AsnEncodedData^)

 

Initializes a new instance of the PublicKey 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.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
PublicKey(
	Oid^ oid,
	AsnEncodedData^ parameters,
	AsnEncodedData^ keyValue
)

Parameters

oid
Type: System.Security.Cryptography::Oid^

An object identifier (OID) object that represents the public key.

parameters
Type: System.Security.Cryptography::AsnEncodedData^

An ASN.1-encoded representation of the public key parameters.

keyValue
Type: System.Security.Cryptography::AsnEncodedData^

An ASN.1-encoded representation of the public key value.

.NET Framework
Available since 2.0
Return to top
Show: