PreAuthenticate property
bool
get
PreAuthenticate
Implementation
bool get PreAuthenticate => this._preAuthenticate;
set
PreAuthenticate
(bool value)
Implementation
set PreAuthenticate(bool value) {
this._preAuthenticate = value;
}