Candor.Security.CandorAuthorizationRoleProvider.RoleExists C# (CSharp) 메소드

RoleExists() 공개 메소드

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