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