Class WMProxyPrincipal
The WMProxyPrincipal class is used as a placeholder for a real WMPrincipal before the type or ID of the actual principal is known.
Inherited Members
Namespace: Quantellia.WMServer.Auth
Assembly: WMServer.dll
Syntax
public class WMProxyPrincipal : WMPrincipal, IDbEntity, IWMEntity, IPolicyAssignable, IWMAssetOwner
Constructors
WMProxyPrincipal(string?, string?)
Create a new Proxy with the specified type
Declaration
public WMProxyPrincipal(string? typeName, string? id = null)
Parameters
Type | Name | Description |
---|---|---|
string | typeName | |
string | id |
Properties
PrincipalType
The type represented by this proxy.
Declaration
public Type PrincipalType { get; set; }
Property Value
Type | Description |
---|---|
Type |