ISql90Certificate.ExistingKeysAssembly Property
Gets or sets the assembly from which the certificate is loaded.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ExistingKeysAssembly As ISql90Assembly
ISql90Assembly ExistingKeysAssembly { get; set; }
property ISql90Assembly^ ExistingKeysAssembly {
ISql90Assembly^ get ();
void set (ISql90Assembly^ value);
}
abstract ExistingKeysAssembly : ISql90Assembly with get, set
function get ExistingKeysAssembly () : ISql90Assembly
function set ExistingKeysAssembly (value : ISql90Assembly)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Assembly
.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.