Membres CryptographicProvider
The CryptographicProvider object represents a SQL Server cryptographic provider.
Le type CryptographicProvider expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CryptographicProvider() () () () | ||
CryptographicProvider(Server, String) | Initializes a new instance of the CryptographicProvider class on the specified instance of SQL Server and with the specified name. |
Haut de la page
Méthodes
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AsymmetricKeyExportable | Gets the Boolean value that specifies whether the asymmetric key is exportable. | |
AsymmetricKeyImportable | Gets the Boolean value that specifies whether the asymmetric key is importable. | |
AsymmetricKeyPersistable | Gets the Boolean value that specifies whether the asymmetric key can be persisted. | |
AsymmetricKeySupported | Gets the Boolean value that specifies whether the asymmetric key is supported. | |
AuthenticationType | Gets the type of authentication employed by the cryptographic provider. | |
DllPath | ||
Enabled | Gets or sets the Boolean value that specifies whether the cryptographic provider is enabled. | |
ExecuteForScalar | Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option. (Hérité de SqlSmoObject.) | |
ID | Gets the ID value that uniquely identifies the cryptographic provider. | |
IsTouched | Gets the Boolean property value that specifies whether the object properties have been updated but not yet persisted on the server. (Hérité de SqlSmoObject.) | |
Name | Gets or sets the name of the object. (Hérité de NamedSmoObject.) | |
ObjectInSpace | Gets the Boolean property value that specifies whether the object exists in isolation, or whether it is directly or indirectly connected to the instance of SQL Server. (Hérité de SqlSmoObject.) | |
Parent | nGets or sets the parent of the CryptographicProvider object. | |
Properties | Gets a collection of Property objects that represent the object properties. (Hérité de SqlSmoObject.) | |
ProviderGuid | Gets or Guid value that uniquely identifies the cryptographic provider. | |
ScalarResult | Gets the scalar result for the referenced object. (Hérité de SqlSmoObject.) | |
SqlCryptographicVersion | ||
State | Gets the state of the referenced object. (Hérité de SmoObjectBase.) | |
SymmetricKeyExportable | Gets the Boolean value that specifies whether the symmetric key is exportable. | |
SymmetricKeyImportable | Gets the Boolean value that specifies whether the symmetric key is importable. | |
SymmetricKeyPersistable | Gets the Boolean value that specifies whether the symmetric key can be persisted. | |
SymmetricKeySupported | Gets the Boolean value that specifies whether the symmetric key is supported. | |
Urn | Gets the Uniform Resource Name (URN) address value that uniquely identifies the object. (Hérité de SqlSmoObject.) | |
UserData | Gets or sets user-defined data associated with the referenced object. (Hérité de SmoObjectBase.) | |
Version | Gets the version of the cryptographic provider. |
Haut de la page
Événements
Nom | Description | |
---|---|---|
PropertyChanged | (Hérité de SqlSmoObject.) | |
PropertyMetadataChanged | (Hérité de SqlSmoObject.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IAlienObjectDiscover | (Hérité de SqlSmoObject.) | |
IAlienObjectGetParent | (Hérité de SqlSmoObject.) | |
IAlienObjectGetProperty | (Hérité de SqlSmoObject.) | |
ISfcPropertyProviderGetPropertySet | (Hérité de SqlSmoObject.) | |
IAlienObjectGetUrn | (Hérité de SqlSmoObject.) | |
IAlienObjectResolve | (Hérité de SqlSmoObject.) | |
IAlienObjectSetProperty | (Hérité de SqlSmoObject.) |
Haut de la page