Interface IPrincipal NamespaceJava.Security AssemblyMASES.JNet.dll .NET interface for TO BE DEFINED FROM USER public interface IPrincipal Properties Name https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html#getName() String Name { get; } Property Value String Methods Implies(Subject) https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/security/Principal.html#implies(javax.security.auth.Subject) bool Implies(Subject arg0) Parameters arg0 Subject Subject Returns bool bool