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