Udostępnij przez


ILoginOptions.AsymmetricKey Property

Gets or sets the asymmetric key that is associated with the login. This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")> _
<DisplayNameKeyAttribute("Login_AsymmetricKeyName")> _
Property AsymmetricKey As String
[DisplayDescriptionKeyAttribute("Login_AsymmetricKeyDesc")] 
[DisplayNameKeyAttribute("Login_AsymmetricKeyName")] 
string AsymmetricKey { get; set; }
[DisplayDescriptionKeyAttribute(L"Login_AsymmetricKeyDesc")] 
[DisplayNameKeyAttribute(L"Login_AsymmetricKeyName")] 
property String^ AsymmetricKey {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_AsymmetricKey ()

/** @property */
void set_AsymmetricKey (String value)
function get AsymmetricKey () : String

function set AsymmetricKey (value : String)

Property Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.