IUser.AsymmetricKey Property

Gets the IAsymmetricKey object that is associated with the user.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property AsymmetricKey As IAsymmetricKey
    Get
'Usage
Dim instance As IUser
Dim value As IAsymmetricKey

value = instance.AsymmetricKey
IAsymmetricKey AsymmetricKey { get; }
property IAsymmetricKey^ AsymmetricKey {
    IAsymmetricKey^ get ();
}
abstract AsymmetricKey : IAsymmetricKey
function get AsymmetricKey () : IAsymmetricKey

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IAsymmetricKey
The IAsymmetricKey object that is associated with the user.