C-DEngine 5.105

TheCertificates..::..SetClientCertificate Method

Sets a new client Certificate. If it contains a scopeid and ApplyScope is true, the node will be scoped with that ScopeID

Namespace:  nsCDEngine.Security
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static string SetClientCertificate(
	string pCertThumb,
	bool ApplyScope
)
Public Shared Function SetClientCertificate ( _
	pCertThumb As String, _
	ApplyScope As Boolean _
) As String
public:
static String^ SetClientCertificate(
	String^ pCertThumb, 
	bool^ ApplyScope
)

Parameters

pCertThumb
Type: String
Thumbprint of the new client certificate
ApplyScope
Type: Boolean
if true, the scope in the certificate will be used to scope the node

Return Value