次の方法で共有


ServiceModelSecurityTokenRequirement.SupportSecurityContextCancellationProperty プロパティ

定義

セキュリティで保護された通信のトークンが、セキュリティ セッション用である (この場合、セッションの有効期間はユーザーのチャネルの有効期間に関連付けられます) のか、それともデータグラムのセキュリティ チャネル用であるのかを示す値を持つトークン要件プロパティのキーを取得します。

public:
 static property System::String ^ SupportSecurityContextCancellationProperty { System::String ^ get(); };
public static string SupportSecurityContextCancellationProperty { get; }
static member SupportSecurityContextCancellationProperty : string
Public Shared ReadOnly Property SupportSecurityContextCancellationProperty As String

プロパティ値

セキュリティで保護された通信をキャンセル可能にするかどうかを示す値を持つトークン要件プロパティのキー。

注釈

セキュリティで保護された会話トークンの要件である場合は、 SupportSecurityContextCancellation セキュリティで保護された会話トークンがセキュリティ セッション (その有効期間がユーザーのチャネルの有効期間に関連付けられている場合) か、データグラム セキュリティ チャネル用かを示す値が含まれます。

適用対象