6 references to TokenParameters
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
749
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRServiceModel.MultipleSupportingAuthenticatorsOfSameType, spec.
TokenParameters
.GetType())));
756
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentException(string.Format(SRServiceModel.MultipleSupportingAuthenticatorsOfSameType, spec.
TokenParameters
.GetType())));
823
if (spec.
TokenParameters
.RequireDerivedKeys && !spec.
TokenParameters
.HasAsymmetricKey)
986
if (tokenAuthenticatorSpec.
TokenParameters
.RequireDerivedKeys && !tokenAuthenticatorSpec.
TokenParameters
.HasAsymmetricKey)