Aracılığıyla paylaş


IUserOptions.AsymmetricKey Property

Gets a key that is used for encryption and decryption. Asymmetric keys are related and form a key pair.

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

Syntax

'Bildirim
<DisplayDescriptionKeyAttribute("User_AsymmetricKeyDesc")> _
<DisplayNameKeyAttribute("User_AsymmetricKeyName")> _
ReadOnly Property AsymmetricKey As String
    Get
'Kullanım
Dim instance As IUserOptions
Dim value As String

value = instance.AsymmetricKey
[DisplayDescriptionKeyAttribute("User_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute("User_AsymmetricKeyName")]
string AsymmetricKey { get; }
[DisplayDescriptionKeyAttribute(L"User_AsymmetricKeyDesc")]
[DisplayNameKeyAttribute(L"User_AsymmetricKeyName")]
property String^ AsymmetricKey {
    String^ get ();
}
[<DisplayDescriptionKeyAttribute("User_AsymmetricKeyDesc")>]
[<DisplayNameKeyAttribute("User_AsymmetricKeyName")>]
abstract AsymmetricKey : string
function get AsymmetricKey () : String

Property Value

Type: System.String
A string value that contains the key.

See Also

Reference

IUserOptions Interface

Microsoft.SqlServer.Management.Smo Namespace