PublicKey.EncodedParameters property

[The EncodedParameters property is available for use in the operating systems specified in the Requirements section. Instead, use the X509Certificate2.PublicKey Property in the System.Security.Cryptography.X509Certificates namespace.]

The EncodedParameters property retrieves the parameters of the public key algorithm.

Syntax

PublicKey.EncodedParameters As EncodedData

Property value

An EncodedData object that provides access to the parameters of the public key algorithm.

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

PublicKey