Condividi tramite


PublicKeyInfo.Algorithm Proprietà

Definizione

La proprietà Algorithm recupera l'identificatore dell'algoritmo associato alla chiave pubblica.

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

Valore della proprietà

Oggetto AlgorithmIdentifier che rappresenta l'algoritmo.

Si applica a

Vedi anche