public SslSecurityTokenAuthenticator (
			ServiceCredentialsSecurityTokenManager manager, 
			SecurityTokenRequirement r)
		{
			this.manager = manager;
			mutual = (r.TokenType == ServiceModelSecurityTokenTypes.MutualSslnego);
			comm = new SslAuthenticatorCommunicationObject (this);
		}
 public SslSecurityTokenAuthenticator(
     ServiceCredentialsSecurityTokenManager manager,
     SecurityTokenRequirement r)
 {
     this.manager = manager;
     mutual       = (r.TokenType == ServiceModelSecurityTokenTypes.MutualSslnego);
     comm         = new SslAuthenticatorCommunicationObject(this);
 }