WSFederationAuthenticationModule.VerifyProperties 方法

定义

验证 IssuerRealm 属性为非空,和如果 RequireHttps 属性是否为 true 以及为 IssuerRealm 指定的 URI 遵循 HTTPS。

public:
 void VerifyProperties();
public void VerifyProperties ();
member this.VerifyProperties : unit -> unit
Public Sub VerifyProperties ()

例外

Issuernull 或空字符串。

- 或 -

Realmnull 或空字符串。

- 或 -

RequireHttpstrue,且 Issuer 不兼容 HTTPS。

- 或 -

RequireHttpstrue,且 Realm 不兼容 HTTPS。

适用于