SecurityTokenRequirement.PeerAuthenticationMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ピア認証方法を示すプロパティの Properties コレクションのインデックス名を取得します。
public:
static property System::String ^ PeerAuthenticationMode { System::String ^ get(); };
public static string PeerAuthenticationMode { get; }
static member PeerAuthenticationMode : string
Public Shared ReadOnly Property PeerAuthenticationMode As String
プロパティ値
ピア認証方法を示すプロパティの Properties コレクションのインデックス名。
注釈
ピア認証モードの設定機能を追加するには、SecurityTokenRequirement の派生クラスを作成し、プロパティまたはコンストラクターを公開します。 コンストラクターまたはピア内で Properties プロパティの値をコレクションのインデックスとして使用して、ピア認証モードを PeerAuthenticationMode コレクションに追加します。