Partilhar via


Propriedade ISql90DatabaseMirroringLanguageSpecifier.AuthenticationCertificate

Obtém ou define o certificado a ser usado para autenticação.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property AuthenticationCertificate As ISql90Certificate
    Get
    Set
ISql90Certificate AuthenticationCertificate { get; set; }
property ISql90Certificate^ AuthenticationCertificate {
    ISql90Certificate^ get ();
    void set (ISql90Certificate^ value);
}
abstract AuthenticationCertificate : ISql90Certificate with get, set
function get AuthenticationCertificate () : ISql90Certificate
function set AuthenticationCertificate (value : ISql90Certificate)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Certificate

Segurança do .NET Framework

Consulte também

Referência

ISql90DatabaseMirroringLanguageSpecifier Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel