Share via


SignerInfo.SignatureAlgorithm 属性

定义

获取当前 SignerInfo 对象使用的签名算法的标识符。

public:
 property System::Security::Cryptography::Oid ^ SignatureAlgorithm { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid SignatureAlgorithm { get; }
member this.SignatureAlgorithm : System.Security.Cryptography.Oid
Public ReadOnly Property SignatureAlgorithm As Oid

属性值

Oid

当前 SignerInfo 对象使用的签名算法的标识符。

适用于