public ACSAuthorizationManager(string acsHostName, string trustedSolution, string trustedAudienceValue, byte[] trustedSigningKey, string requiredClaimType, string requiredClaimValue) { this.validator = new TokenValidator(acsHostName, trustedSolution, trustedAudienceValue, trustedSigningKey); this.requiredClaimType = requiredClaimType; this.requiredClaimValue = requiredClaimValue; }