Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the key for which the user was created.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property AsymmetricKey As ISql90AsymmetricKey
ISql90AsymmetricKey AsymmetricKey { get; set; }
property ISql90AsymmetricKey^ AsymmetricKey {
ISql90AsymmetricKey^ get ();
void set (ISql90AsymmetricKey^ value);
}
abstract AsymmetricKey : ISql90AsymmetricKey with get, set
function get AsymmetricKey () : ISql90AsymmetricKey
function set AsymmetricKey (value : ISql90AsymmetricKey)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90AsymmetricKey
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.