ISql90User.Certificate Property
Gets or sets the certificate 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 Certificate As ISql90Certificate
ISql90Certificate Certificate { get; set; }
property ISql90Certificate^ Certificate {
ISql90Certificate^ get ();
void set (ISql90Certificate^ value);
}
abstract Certificate : ISql90Certificate with get, set
function get Certificate () : ISql90Certificate
function set Certificate (value : ISql90Certificate)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Certificate
.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.