Udostępnij przez


Login.AsymmetricKey Property

Gets the asymmetric key associated with the login.

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

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property AsymmetricKey As String
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public string AsymmetricKey { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
virtual property String^ AsymmetricKey {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_AsymmetricKey ()

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

public final function set AsymmetricKey (value : String)

Property Value

A String value that specifies asymmetric key 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.