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

屬性值

指定加密演算法名稱的物件。

屬性

適用於