1 write to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SupportingTokenProviderSpecification.cs (1)
19SecurityTokenAttachmentMode = attachmentMode;
5 references to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SecurityProtocol.cs (5)
276if (spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 341if (tokenProviderSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || tokenProviderSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 516supportingTokens.Add(new SupportingTokenSpecification(supportingToken, EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.SecurityTokenAttachmentMode, spec.TokenParameters));