Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of an Enterprise Key Management Provider (EKM).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CryptographicProviderName As Identifier
Get
Set
'Usage
Dim instance As CreateCredentialStatement
Dim value As Identifier
value = instance.CryptographicProviderName
instance.CryptographicProviderName = value
public Identifier CryptographicProviderName { get; set; }
public:
property Identifier^ CryptographicProviderName {
Identifier^ get ();
void set (Identifier^ value);
}
member CryptographicProviderName : Identifier with get, set
function get CryptographicProviderName () : Identifier
function set CryptographicProviderName (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of an Enterprise Key Management Provider.