[Serializable] |
A trusted host can override the default principal policy by specifying another of these values using the AppDomain.SetPrincipalPolicy method of an AppDomain.
NoPrincipal | No principal or identity objects should be created. |
UnauthenticatedPrincipal | Principal and identity objects for the unauthenticated entity should be created. An unauthenticated entity has GenericIdentity.Name set to the empty string ("") and GenericIdentity.IsAuthenticated set to false. |
Hierarchy: