TspRequestCredentials Property

Gets or sets the network credentials that are sent to a TSA server and used to authenticate the request.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public ICredentials Credentials { get; set; }

Property Value

ICredentials

Remarks

TSA servers should not use authentication for incoming requests.

See Also