TspRfc3161RequestRequestCertificates Property |
Indicates whether the TSA's public key certificate that is referenced by the ESSCertID
(
RFC 2634) field inside a SigningCertificate attribute or by the ESSCertIDv2
(
RFC 5035) field inside a SigningCertificateV2 attribute in the response MUST be provided by the
TSA in the certificates field from the SignedData structure in that response.
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool RequestCertificates { get; set; }
Public Property RequestCertificates As Boolean
Get
Set
public:
property bool RequestCertificates {
bool get ();
void set (bool value);
}
member RequestCertificates : bool with get, set
Property Value
Type:
BooleanSee Also