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