OCSPRequestSetCredential Method

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

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public void SetCredential(
	ICredentials credentials
)

Parameters

credentials  ICredentials
Credentials to use.

Remarks

OCSP servers should not use authentication for incoming requests.

See Also