Click or drag to resize

SolidFireElementCreatePublicPrivateKeyPairAsync Method

Overload List
  NameDescription
Public methodCreatePublicPrivateKeyPairAsync(CreatePublicPrivateKeyPairRequest, CancellationToken)
Creates SSL public and private keys. These keys can be used to generate Certificate Sign Requests. There can be only one key pair in use for the cluster. To replace the existing keys, make sure that they are not being used by any providers before invoking this API.
Public methodCreatePublicPrivateKeyPairAsync(CancellationToken, String, String, String, String, String, String, String)
Creates SSL public and private keys. These keys can be used to generate Certificate Sign Requests. There can be only one key pair in use for the cluster. To replace the existing keys, make sure that they are not being used by any providers before invoking this API.
Top
See Also