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
)
Public Sub SetCredential (
credentials As ICredentials
)
public:
void SetCredential(
ICredentials^ credentials
)
member SetCredential :
credentials : ICredentials -> unit
Parameters
- credentials
- Type: System.NetICredentials
Credentials to use.
Remarks
OCSP servers should not use authentication for incoming requests.
See Also