CngKey.Algorithm Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.CngAlgorithmPublic ReadOnly Property Algorithm As CngAlgorithmProperty Value
An object that specifies the name of an encryption algorithm.
- Attributes