Candor.Security.CandorAuthorizationRoleProvider.RoleExists C# (CSharp) Méthode

RoleExists() public méthode

Not implemented/supported.
public RoleExists ( string roleName ) : bool
roleName string
Résultat bool
        public override bool RoleExists( string roleName )
        {
            throw new NotSupportedException();
        }