Share via


ISql90RemoteServiceBinding.WithUser Property

Gets or sets the security principal that owns the certificate that is used for authentication and encryption of communications with the remote service.

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

Syntax

'Declaration
Property WithUser As ISql90SecurityPrincipal
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)

Property Value

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

.NET Framework Security

See Also

Reference

ISql90RemoteServiceBinding Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace