Click or drag to resize

SolidFireElementSetNodeSSLCertificate Method (String, String)

You can use the SetNodeSSLCertificate method to set a user SSL certificate and private key for the management node.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public SetNodeSSLCertificateResult SetNodeSSLCertificate(
	string Certificate,
	string PrivateKey
)

Parameters

Certificate
Type: SystemString
PrivateKey
Type: SystemString

Return Value

Type: SetNodeSSLCertificateResult

Implements

ISolidFireElementSetNodeSSLCertificate(String, String)
See Also