|
UserInfoPassthroughPrincipal Property
|
Gets or sets the principal used for passthrough authentication.
Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
Syntaxpublic IPrincipal PassthroughPrincipal { get; set; }
Public Property PassthroughPrincipal As IPrincipal
Get
Set
public:
property IPrincipal^ PassthroughPrincipal {
IPrincipal^ get ();
void set (IPrincipal^ value);
}
member PassthroughPrincipal : IPrincipal with get, set
function get_PassthroughPrincipal();
function set_PassthroughPrincipal(value);
View SourceProperty Value
IPrincipal
Remarks
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