Returns information about an HSM client certificate. The certificate is stored in
            a secure            Hardware Storage Module (HSM), and used by the Amazon Redshift
            cluster to            encrypt data files.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class HsmClientCertificate
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | HsmClientCertificate()()()() | Initializes a new instance of the HsmClientCertificate class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HsmClientCertificateIdentifier | 
            Gets and sets the property HsmClientCertificateIdentifier. 
             The identifier of the HSM client certificate. | 
|  | HsmClientCertificatePublicKey | 
            Gets and sets the property HsmClientCertificatePublicKey. 
             The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithHsmClientCertificateIdentifier(String) | Obsolete. 
            Sets the HsmClientCertificateIdentifier property
             | 
|  | WithHsmClientCertificatePublicKey(String) | Obsolete. 
            Sets the HsmClientCertificatePublicKey property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | HsmClientCertificate |