AWS SDK for .NET Documentation
HsmClientCertificate Class
AmazonAmazon.Redshift.ModelHsmClientCertificate Did this page help you?   Yes   No    Tell us about it...
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
C#
public class HsmClientCertificate
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
HsmClientCertificate()()()()
Initializes a new instance of the HsmClientCertificate class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
HsmClientCertificate

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)