CngKey.AlgorithmGroup 属性

定义

获取密钥所使用的算法组。

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

属性值

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

属性

适用于