CreatePublicPrivateKeyPairRequest Class |
Namespace: SolidFire.Element.Api
public class CreatePublicPrivateKeyPairRequest : RpcBase
The CreatePublicPrivateKeyPairRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreatePublicPrivateKeyPairRequest | Initializes a new instance of the CreatePublicPrivateKeyPairRequest class |
Name | Description | |
---|---|---|
![]() | CommonName |
This is the X.509 distinguished name Common Name field (CN).
|
![]() | Country |
This is the X.509 distinguished name Country field (C).
|
![]() | EmailAddress |
This is the X.509 distinguished name Email Address field (MAIL).
|
![]() | Locality |
This is the X.509 distinguished name Locality Name field (L).
|
![]() | Organization |
This is the X.509 distinguished name Organization Name field (O).
|
![]() | OrganizationalUnit |
This is the X.509 distinguished name Organizational Unit Name field (OU).
|
![]() | State |
This is the X.509 distinguished name State or Province Name field (ST or SP or S).
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Builds a json-enabled string of all the properties and their values in this class.
(Inherited from RpcBase.) |