Click or drag to resize

SignResultItemSignature Property

Base64 encoded RSA signature.

Namespace:  ASDSoft.WebSigner.Server.Api
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[DataMemberAttribute(Name = "signature")]
[RequiredAttribute]
public string Signature { get; }

Property Value

Type: String
See Also