Class AuthenticationBannerEventArgs
Provides data for AuthenticationBanner event.
public class AuthenticationBannerEventArgs : AuthenticationEventArgs
- Inheritance
-
AuthenticationBannerEventArgs
- Inherited Members
Constructors
AuthenticationBannerEventArgs(string, string, string)
Initializes a new instance of the AuthenticationBannerEventArgs class.
public AuthenticationBannerEventArgs(string username, string message, string language)
Parameters
Properties
BannerMessage
Gets banner message.
public string BannerMessage { get; }
Property Value
Language
Gets banner language.
public string Language { get; }