"Can not create a feature binding of X509Certificate type for ReadOnly " + _policyIdentifier);
}
if ((PolicyTypeUtil.SIGNATURE_POLICY_TYPE == _policyIdentifier) ||
(PolicyTypeUtil.ENCRYPTION_POLICY_TYPE == _policyIdentifier)) {
throw new PolicyGenerationException (
"Can not create a feature binding of X509Certificate type for " + _policyIdentifier);
}
this._featureBinding = new AuthenticationTokenPolicy.X509CertificateBinding ();
return _featureBinding;