WSFederationAuthenticationModule.VerifyProperties 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
验证 Issuer 和 Realm 属性为非空,和如果 RequireHttps 属性是否为 true
以及为 Issuer 和 Realm 指定的 URI 遵循 HTTPS。
public:
void VerifyProperties();
public void VerifyProperties ();
member this.VerifyProperties : unit -> unit
Public Sub VerifyProperties ()
例外
Issuer 为 null
或空字符串。
- 或 -
Realm 为 null
或空字符串。
- 或 -
RequireHttps 为 true
,且 Issuer 不兼容 HTTPS。
- 或 -
RequireHttps 为 true
,且 Realm 不兼容 HTTPS。