ISql100DatabaseEncryptionKey.AsymmetricKey Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property AsymmetricKey As ISql100AsymmetricKey
'Usage
Dim instance As ISql100DatabaseEncryptionKey
Dim value As ISql100AsymmetricKey
value = instance.AsymmetricKey
instance.AsymmetricKey = value
ISql100AsymmetricKey AsymmetricKey { get; set; }
property ISql100AsymmetricKey^ AsymmetricKey {
ISql100AsymmetricKey^ get ();
void set (ISql100AsymmetricKey^ value);
}
function get AsymmetricKey () : ISql100AsymmetricKey
function set AsymmetricKey (value : ISql100AsymmetricKey)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql100AsymmetricKey
.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.
See Also
Reference
ISql100DatabaseEncryptionKey Interface