ClientCredentialsElement.Windows プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Windows 資格情報の検証の設定を取得します。
public:
property System::ServiceModel::Configuration::WindowsClientElement ^ Windows { System::ServiceModel::Configuration::WindowsClientElement ^ get(); };
[System.Configuration.ConfigurationProperty("windows")]
public System.ServiceModel.Configuration.WindowsClientElement Windows { get; }
[<System.Configuration.ConfigurationProperty("windows")>]
member this.Windows : System.ServiceModel.Configuration.WindowsClientElement
Public ReadOnly Property Windows As WindowsClientElement
プロパティ値
Windows 資格情報の検証の設定を指定する WindowsClientElement。
- 属性
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET