|   | SecurityProviderBasePassthroughPrincipal Property | 
        
        
            Gets or sets the principal used for passthrough authentication.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic IPrincipal PassthroughPrincipal { get; set; }Public Property PassthroughPrincipal As IPrincipal
	Get
	Set
public:
virtual property IPrincipal^ PassthroughPrincipal {
	IPrincipal^ get () sealed;
	void set (IPrincipal^ value) sealed;
}abstract PassthroughPrincipal : IPrincipal with get, set
override PassthroughPrincipal : IPrincipal with get, set
function get_PassthroughPrincipal();
function set_PassthroughPrincipal(value);
Property Value
IPrincipalImplements
ISecurityProviderPassthroughPrincipal See Also
See Also