Method | Description | |
---|---|---|
OptionalAuthenticationAttribute ( ) : System |
Optional authentication possible.
|
|
OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System |
Optional authentication possible.
|
|
OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System |
Optional authentication possible.
|
public OptionalAuthenticationAttribute ( ) : System | ||
return | System |
public OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType ) : System | ||
AuthenticationType | HTTPAuthenticationTypes | The authentication type(s). |
return | System |
public OptionalAuthenticationAttribute ( HTTPAuthenticationTypes AuthenticationType, String Realm ) : System | ||
AuthenticationType | HTTPAuthenticationTypes | The authentication type(s). |
Realm | String | The HTTP realm. |
return | System |