The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
PublicKey Constructor (Oid^, AsnEncodedData^, AsnEncodedData^)
.NET Framework (current version)
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.
Assembly: System (in System.dll)
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
Available since 2.0
Show: