ISolidFireElementGetNodeSSLCertificateAsync Method |
You can use the GetNodeSSLCertificate method to retrieve the SSL certificate that is currently active on the cluster.
You can use this method on both management and storage nodes.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<GetNodeSSLCertificateResult> GetNodeSSLCertificateAsync(
CancellationToken cancellationToken
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
Return Value
Type:
TaskGetNodeSSLCertificateResultSee Also