CngAlgorithmGroup.Rsa 属性

定义

获取一个指定 Rivest-Shamir-Adleman (RSA) 算法系列的 CngAlgorithmGroup 对象。

public:
 static property System::Security::Cryptography::CngAlgorithmGroup ^ Rsa { System::Security::Cryptography::CngAlgorithmGroup ^ get(); };
public static System.Security.Cryptography.CngAlgorithmGroup Rsa { get; }
member this.Rsa : System.Security.Cryptography.CngAlgorithmGroup
Public Shared ReadOnly Property Rsa As CngAlgorithmGroup

属性值

CngAlgorithmGroup

一个指定 RSA 算法系列的对象。

适用于