Click or drag to resize

SignResultX509Certificate Property

Base64 encoded client certificate used for signing.

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

Property Value

Type: String
See Also