PublicKeyInfo.Algorithm Eigenschap

Definitie

Met Algorithm de eigenschap wordt de algoritme-id opgehaald die is gekoppeld aan de openbare sleutel.

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

Waarde van eigenschap

Een AlgorithmIdentifier object dat het algoritme vertegenwoordigt.

Van toepassing op

Zie ook