System.Security.Cryptography.X509Certificates.PublicKey Members

The members of System.Security.Cryptography.X509Certificates.PublicKey are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Security.Cryptography.X509Certificates.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.

Public Properties

[read-only]
EncodedKeyValueSystem.Security.Cryptography.AsnEncodedData.

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

[read-only]
EncodedParametersSystem.Security.Cryptography.AsnEncodedData.

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

[read-only]
KeySystem.Security.Cryptography.AsymmetricAlgorithm.

Gets an System.Security.Cryptography.RSACryptoServiceProvider or System.Security.Cryptography.DSACryptoServiceProvider object representing the public key.

[read-only]
OidSystem.Security.Cryptography.Oid.

Gets an object identifier (OID) object of the public key.