Méthode | Description | |
---|---|---|
ForceAuthenticationAttribute ( ) : System |
HTTP authentication required.
|
|
ForceAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System |
HTTP authentication required.
|
|
ForceAuthenticationAttribute ( String Realm ) : System |
HTTP authentication required.
|
public ForceAuthenticationAttribute ( ) : System | ||
Résultat | System |
public ForceAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System | ||
AuthenticationType | HTTPAuthenticationTypes | The authentication type(s). |
Realm | String | The HTTP realm. |
Résultat | System |
public ForceAuthenticationAttribute ( String Realm ) : System | ||
Realm | String | The HTTP realm. |
Résultat | System |