CngKey.Algorithm 属性

定义

获取密钥所使用的算法。

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

属性值

一个指定加密算法名称的对象。

属性

适用于