ExtendedProtectionPolicy.CustomChannelBinding プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
検証に使用するカスタム チャネル バインディング トークン (CBT) を取得します。
public:
property System::Security::Authentication::ExtendedProtection::ChannelBinding ^ CustomChannelBinding { System::Security::Authentication::ExtendedProtection::ChannelBinding ^ get(); };
public System.Security.Authentication.ExtendedProtection.ChannelBinding? CustomChannelBinding { get; }
public System.Security.Authentication.ExtendedProtection.ChannelBinding CustomChannelBinding { get; }
member this.CustomChannelBinding : System.Security.Authentication.ExtendedProtection.ChannelBinding
Public ReadOnly Property CustomChannelBinding As ChannelBinding
プロパティ値
検証に使用するカスタム チャネル バインディングを格納している ChannelBinding。
注釈
この読み取り専用プロパティは、検証に使用するカスタム チャネル バインド トークンを表します。 これは、CBT がカスタム外部チャネルによって提供される高度なシナリオで使用されます。 シナリオの例では、 と NegotiateStreamとを組み合わせてこのプロパティをSslStream使用する場合があります。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET