System.Security.Principal.GenericPrincipal.GenericPrincipal C# (CSharp) Method

GenericPrincipal() public method

public GenericPrincipal ( System identity, string roles )
identity System
roles string
        public GenericPrincipal(System.Security.Principal.IIdentity identity, string[] roles) { }
        public override System.Security.Principal.IIdentity Identity { get { throw null; } }

Same methods

GenericPrincipal::GenericPrincipal ( IIdentity identity, string roles ) : System