|
UserInfoPassthroughPrincipal Property
|
Gets or sets the principal used for passthrough authentication.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax public IPrincipal PassthroughPrincipal { get; set; }
Public Property PassthroughPrincipal As IPrincipal
Get
Set
member PassthroughPrincipal : IPrincipal with get, set
function get_PassthroughPrincipal();
function set_PassthroughPrincipal(value);
View SourceProperty Value
IPrincipalRemarks
This is necessary to determine whether a domain user exists when the
computer is disconnected from the domain but still able to authenticate
using the last seen domain user account.
See Also