Click or drag to resize

OCSPRequestSetCredential Method

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void SetCredential(
	ICredentials credentials
)

Parameters

credentials
Type: System.NetICredentials
Credentials to use.
Remarks
OCSP servers should not use authentication for incoming requests.
See Also