CngAlgorithmGroup.ToString 方法

定义

获取当前 CngAlgorithm 对象指定的算法组的名称。Gets the name of the algorithm group that the current CngAlgorithm object specifies.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

嵌入的算法组名称。The embedded algorithm group name.

适用于