| 
            
              SecurityProviderBasePassthroughPrincipal Property
             | 
          
        
        
            Gets or sets the principal used for passthrough authentication.
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.258-beta
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);
 View SourceProperty Value
IPrincipalImplements
ISecurityProviderPassthroughPrincipal
See Also