5 references to SupportingTokenAuthenticatorSpecification
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
886
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.Endorsing, supportingTokenParameters.Endorsing[i], isOptional);
904
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i], isOptional);
922
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i], isOptional);
940
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i], isOptional);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
19
:
this
(tokenAuthenticator, securityTokenResolver, attachmentMode, tokenParameters, false)