PublicKeyInfo.Algorithm Property

Definition

The Algorithm property retrieves the algorithm identifier associated with the public key.

public:
 property System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ Algorithm { System::Security::Cryptography::Pkcs::AlgorithmIdentifier ^ get(); };
public System.Security.Cryptography.Pkcs.AlgorithmIdentifier Algorithm { get; }
member this.Algorithm : System.Security.Cryptography.Pkcs.AlgorithmIdentifier
Public ReadOnly Property Algorithm As AlgorithmIdentifier

Property Value

An AlgorithmIdentifier object that represents the algorithm.

Applies to

See also