TspRequestCredentials Property
Gets or sets the network credentials that are sent to a TSA server and used to authenticate the request.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public ICredentials Credentials { get; set; }
Public Property Credentials As ICredentials
Get
Set
public:
property ICredentials^ Credentials {
ICredentials^ get ();
void set (ICredentials^ value);
}
member Credentials : ICredentials with get, set
Property Value
ICredentials
TSA servers should not use authentication for incoming requests.