WSFederationAuthenticationModule.VerifyProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.