1 write to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SupportingTokenAuthenticatorSpecification.cs (1)
25SecurityTokenAttachmentMode = attachmentMode;
4 references to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (4)
410switch (spec.SecurityTokenAttachmentMode) 433(spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing)) 712SecurityTokenAttachmentModeHelper.Categorize(supportingTokenSpec.SecurityTokenAttachmentMode, out isBasic, out isSignedButNotBasic, out mode);