5 references to SupportingTokenAuthenticatorSpecification
System.ServiceModel (5)
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
916
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.Endorsing, supportingTokenParameters.Endorsing[i], isOptional);
934
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.SignedEndorsing, supportingTokenParameters.SignedEndorsing[i], isOptional);
952
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.SignedEncrypted, supportingTokenParameters.SignedEncrypted[i], isOptional);
970
SupportingTokenAuthenticatorSpecification authenticatorSpec = new
SupportingTokenAuthenticatorSpecification
(authenticator, resolver, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i], isOptional);
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
20
:
this
(tokenAuthenticator, securityTokenResolver, attachmentMode, tokenParameters, false)