PublicKeyInfo.Algorithm Egenskap

Definition

Egenskapen Algorithm hämtar algoritmidentifieraren som är associerad med den offentliga nyckeln.

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

Egenskapsvärde

Ett AlgorithmIdentifier objekt som representerar algoritmen.

Gäller för

Se även