共用方式為


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 集合。

適用於