System.Security.Permissions.PrincipalPermission.PrincipalInfo.PrincipalInfo C# (CSharp) Метод

PrincipalInfo() публичный Метод

public PrincipalInfo ( string name, string role, bool isAuthenticated ) : System.Collections
name string
role string
isAuthenticated bool
Результат System.Collections
			public PrincipalInfo (string name, string role, bool isAuthenticated)
			{
				_name = name;
				_role = role;
				_isAuthenticated = isAuthenticated;
			}
PrincipalPermission.PrincipalInfo