Click or drag to resize

CreatePublicPrivateKeyPairRequest Class

CreatePublicPrivateKeyPairRequest 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.
Inheritance Hierarchy
SystemObject
  SolidFire.CoreRpcBase
    SolidFire.Element.ApiCreatePublicPrivateKeyPairRequest

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public class CreatePublicPrivateKeyPairRequest : RpcBase

The CreatePublicPrivateKeyPairRequest type exposes the following members.

Constructors
  NameDescription
Public methodCreatePublicPrivateKeyPairRequest
Initializes a new instance of the CreatePublicPrivateKeyPairRequest class
Top
Properties
  NameDescription
Public propertyCommonName
This is the X.509 distinguished name Common Name field (CN).
Public propertyCountry
This is the X.509 distinguished name Country field (C).
Public propertyEmailAddress
This is the X.509 distinguished name Email Address field (MAIL).
Public propertyLocality
This is the X.509 distinguished name Locality Name field (L).
Public propertyOrganization
This is the X.509 distinguished name Organization Name field (O).
Public propertyOrganizationalUnit
This is the X.509 distinguished name Organizational Unit Name field (OU).
Public propertyState
This is the X.509 distinguished name State or Province Name field (ST or SP or S).
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.)
Top
See Also