WSFederationAuthenticationModule.VerifyProperties Method

Definition

Verifies that the Issuer and Realm properties are non-empty, and, that, if the RequireHttps property is true, that the URIs specified for Issuer and Realm are HTTPS-compliant.

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

Exceptions

Issuer is null or an empty string.

-or-

Realm is null or an empty string.

-or-

RequireHttps is true and Issuer not HTTPS-compliant.

-or-

RequireHttps is true and Realm not HTTPS-compliant.

Applies to