SignedInfo.SignatureLength 属性

定义

获取或设置当前 SignedInfo 对象的签名长度。

public:
 property System::String ^ SignatureLength { System::String ^ get(); void set(System::String ^ value); };
public string SignatureLength { get; set; }
member this.SignatureLength : string with get, set
Public Property SignatureLength As String

属性值

String

当前 SignedInfo 对象的签名长度。

适用于