|   | ISecurityProviderPassthroughPrincipal 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
SyntaxIPrincipal PassthroughPrincipal { get; set; }Property PassthroughPrincipal As IPrincipal
	Get
	Set
property IPrincipal^ PassthroughPrincipal {
	IPrincipal^ get ();
	void set (IPrincipal^ value);
}abstract PassthroughPrincipal : IPrincipal with get, set
function get_PassthroughPrincipal();
function set_PassthroughPrincipal(value);
Property Value
IPrincipal See Also
See Also