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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.