IUserOptions.AsymmetricKey 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("User_AsymmetricKeyName")> _
<DisplayDescriptionKeyAttribute("User_AsymmetricKeyDesc")> _
ReadOnly Property AsymmetricKey As String 
    Get
‘사용 방법
Dim instance As IUserOptions 
Dim value As String 

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

속성 값

유형: System.String
A string value that contains the key.

참고 항목

참조

IUserOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스