Partilhar via


Propriedade ISql90RemoteServiceBinding.WithUser

Obtém ou define o objeto de segurança que possui o certificado que é usado para autenticação e criptografia de comunicações com o serviço remoto.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90RemoteServiceBinding Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel