CngKey.Algorithm Property

Definition

Gets the algorithm that is used by the key.

public:
 property System::Security::Cryptography::CngAlgorithm ^ Algorithm { System::Security::Cryptography::CngAlgorithm ^ get(); };
public System.Security.Cryptography.CngAlgorithm Algorithm { get; }
public System.Security.Cryptography.CngAlgorithm Algorithm { [System.Security.SecurityCritical] get; }
member this.Algorithm : System.Security.Cryptography.CngAlgorithm
[<get: System.Security.SecurityCritical>]
member this.Algorithm : System.Security.Cryptography.CngAlgorithm
Public ReadOnly Property Algorithm As CngAlgorithm

Property Value

An object that specifies the name of an encryption algorithm.

Attributes

Applies to