DatabaseEncryptionKeyExtender Members

Include Protected Members
Include Inherited Members

Extends the database encryption key class.

The DatabaseEncryptionKeyExtender type exposes the following members.

Constructors

  Name Description
Public method DatabaseEncryptionKeyExtender() Creates a new database encryption key extender.
Public method DatabaseEncryptionKeyExtender(DatabaseEncryptionKey) Creates a new database encryption key extender.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Protected method GetParentSfcPropertySet() (Inherited from SmoObjectExtender<T>.)
Public method GetPropertySet() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method OnPropertyChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method OnPropertyMetadataChanged(String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method parent_PropertyChanged(Object, PropertyChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method parent_PropertyMetadataChanged(Object, SfcPropertyMetadataChangedEventArgs) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method RegisterParentProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method RegisterProperty(PropertyInfo) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Protected method RegisterProperty(PropertyInfo, String) Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Public method ToString() (Inherited from Object.)
Public method Validate(String, array<Object[]) Returns a validation state for a method.

Top

Properties

  Name Description
Public property AsymmetricKeyName
Public property AsymmetricKeyNames Gets a collection of asymmetric key names.
Public property CertificateName
Public property CertificateNames Gets a collection of certificate names.
Public property DatabaseEncryptionEnabled Gets or sets a Boolean value that indicates if encryption is enabled for a database.
Public property EncryptionState Gets the database encryption state.
Protected property Parent() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Public property ReEncrypt Gets or sets a Boolean value to indicate if an encryption key will be re-encrypted.
Public property Regenerate Gets or sets a Boolean value to indicate if an encryption Key will be regenerated.
Public property State Gets the encryption state.

Top

Events

  Name Description
Public event PropertyChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)
Public event PropertyMetadataChanged() Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. (Inherited from SfcObjectExtender<DatabaseEncryptionKey>.)

Top