次の方法で共有


SecurityTokenRequirement.PeerAuthenticationMode プロパティ

定義

ピア認証方法を示すプロパティの 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 コレクションに追加します。

適用対象