ILoginOptions.AsymmetricKey Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the asymmetric key that is associated with the login.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute("Login_AsymmetricKeyName")]
string AsymmetricKey { get; set; }
[DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute("Login_AsymmetricKeyName")]
property String^ AsymmetricKey {
    String^ get();
    void set(String^ value);
}
[<DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")>]
[<DisplayNameKeyAttribute("Login_AsymmetricKeyName")>]
abstract AsymmetricKey : string with get, set
<DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")>
<DisplayNameKeyAttribute("Login_AsymmetricKeyName")>
Property AsymmetricKey As String

Property Value

Type: System.String

A String value that contains the asymmetric key that is associated with the login.

See Also

ILoginOptions Interface
Microsoft.SqlServer.Management.Smo Namespace

Return to top