リモート サービスとの通信の認証と暗号化に使用される証明書を所有するセキュリティ プリンシパルを取得または設定します。
名前空間: Microsoft.Data.Schema.Sql.SchemaModel
アセンブリ: Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
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)
プロパティ値
型: Microsoft.Data.Schema.Sql.SchemaModel.ISql90SecurityPrincipal
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。