Click or drag to resize

SecurityProviderBasePassthroughPrincipal Property

Gets or sets the principal used for passthrough authentication.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public IPrincipal PassthroughPrincipal { get; set; }
View Source

Property Value

IPrincipal

Implements

ISecurityProviderPassthroughPrincipal
See Also