Compartilhar via


Propriedade ISql100AsymmetricKey.ProviderKeyName

Obtém ou define o nome desta chave no provedor de criptografia.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property ProviderKeyName As String
    Get
    Set
string ProviderKeyName { get; set; }
property String^ ProviderKeyName {
    String^ get ();
    void set (String^ value);
}
abstract ProviderKeyName : string with get, set
function get ProviderKeyName () : String
function set ProviderKeyName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql100AsymmetricKey Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel