CryptographicProvider Members
Include Protected Members
Include Inherited Members
The CryptographicProvider object represents a SQL Server cryptographic provider.
The CryptographicProvider type exposes the following members.
Constructors
Name | 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. |
Top
Methods
Top
Properties
Name | 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. (Inherited from 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. (Inherited from SqlSmoObject.) |
![]() |
Name | Gets or sets the name of the object. (Inherited from 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. (Inherited from SqlSmoObject.) |
![]() |
Parent | nGets or sets the parent of the CryptographicProvider object. |
![]() |
Properties | Gets a collection of Property objects that represent the object properties. (Inherited from SqlSmoObject.) |
![]() |
ProviderGuid | Gets or Guid value that uniquely identifies the cryptographic provider. |
![]() |
ScalarResult | Gets the scalar result for the referenced object. (Inherited from SqlSmoObject.) |
![]() |
SqlCryptographicVersion | |
![]() |
State | Gets the state of the referenced object. (Inherited from 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. (Inherited from SqlSmoObject.) |
![]() |
UserData | Gets or sets user-defined data associated with the referenced object. (Inherited from SmoObjectBase.) |
![]() |
Version | Gets the version of the cryptographic provider. |
Top
Events
Name | Description | |
---|---|---|
![]() |
PropertyChanged | (Inherited from SqlSmoObject.) |
![]() |
PropertyMetadataChanged | (Inherited from SqlSmoObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IAlienObjectDiscover() | (Inherited from SqlSmoObject.) |
![]() ![]() |
IAlienObjectGetParent() | (Inherited from SqlSmoObject.) |
![]() ![]() |
IAlienObjectGetProperty(String) | (Inherited from SqlSmoObject.) |
![]() ![]() |
ISfcPropertyProviderGetPropertySet() | (Inherited from SqlSmoObject.) |
![]() ![]() |
IAlienObjectGetUrn() | (Inherited from SqlSmoObject.) |
![]() ![]() |
IAlienObjectResolve(String) | (Inherited from SqlSmoObject.) |
![]() ![]() |
IAlienObjectSetProperty(Object, Object) | (Inherited from SqlSmoObject.) |
Top