RSAPKCS1SignatureDeformatter 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 RSAPKCS1SignatureDeformatter 类的新实例。
重载
RSAPKCS1SignatureDeformatter() |
初始化 RSAPKCS1SignatureDeformatter 类的新实例。 |
RSAPKCS1SignatureDeformatter(AsymmetricAlgorithm) |
使用指定的密钥初始化 RSAPKCS1SignatureDeformatter 类的新实例。 |
RSAPKCS1SignatureDeformatter()
初始化 RSAPKCS1SignatureDeformatter 类的新实例。
public:
RSAPKCS1SignatureDeformatter();
public RSAPKCS1SignatureDeformatter ();
Public Sub New ()
注解
使用 SetKey 和 SetHashAlgorithm 在调用 VerifySignature之前设置密钥和哈希算法。
另请参阅
适用于
RSAPKCS1SignatureDeformatter(AsymmetricAlgorithm)
使用指定的密钥初始化 RSAPKCS1SignatureDeformatter 类的新实例。
public:
RSAPKCS1SignatureDeformatter(System::Security::Cryptography::AsymmetricAlgorithm ^ key);
public RSAPKCS1SignatureDeformatter (System.Security.Cryptography.AsymmetricAlgorithm key);
new System.Security.Cryptography.RSAPKCS1SignatureDeformatter : System.Security.Cryptography.AsymmetricAlgorithm -> System.Security.Cryptography.RSAPKCS1SignatureDeformatter
Public Sub New (key As AsymmetricAlgorithm)
参数
包含公钥的 RSA 的实例。
例外
key
为 null
。
注解
使用 SetHashAlgorithm 在调用 VerifySignature之前设置哈希算法。