AsymmetricSignatureFormatter 构造函数
定义
初始化 AsymmetricSignatureFormatter 的新实例。Initializes a new instance of AsymmetricSignatureFormatter.
protected:
AsymmetricSignatureFormatter();
public:
AsymmetricSignatureFormatter();
protected AsymmetricSignatureFormatter ();
public AsymmetricSignatureFormatter ();
Protected Sub New ()
Public Sub New ()
注解
不能创建抽象类的实例。You cannot create an instance of an abstract class. 应用程序代码将创建派生类的新实例。Application code will create a new instance of a derived class.
SetKey SetHashAlgorithm 在调用的实现之前,使用和的实现来设置密钥和哈希算法 CreateSignature 。Use implementations of SetKey and SetHashAlgorithm to set the key and hash algorithm before calling an implementation of CreateSignature.