Propriété AsymmetricKey.ProviderName

Gets or sets an asymmetric security key provider name.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
<CLSCompliantAttribute(False)> _
<SfcReferenceAttribute(GetType(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']",  _
    )> _
Public Property ProviderName As String 
    Get 
    Set
'Utilisation
Dim instance As AsymmetricKey 
Dim value As String 

value = instance.ProviderName

instance.ProviderName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )]
public string ProviderName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
[CLSCompliantAttribute(false)]
[SfcReferenceAttribute(typeof(CryptographicProvider), L"Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )]
public:
property String^ ProviderName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
[<CLSCompliantAttribute(false)>]
[<SfcReferenceAttribute(typeof(CryptographicProvider), "Server[@Name = '{0}']/CryptographicProvider[@Name = '{1}']", 
    )>]
member ProviderName : string with get, set
function get ProviderName () : String 
function set ProviderName (value : String)

Valeur de propriété

Type : System.String
Returns a String value that identifies the key provider name.

Voir aussi

Référence

AsymmetricKey Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE ASYMMETRIC KEY (Transact-SQL)