14 references to SecurityTokenAttachmentMode
System.ServiceModel (14)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (8)
659throw DiagnosticUtility.ExceptionUtility.ThrowHelperWarning(new MessageSecurityException(SR.GetString(SR.SupportingTokenNotProvided, spec.TokenParameters, spec.SecurityTokenAttachmentMode))); 661switch (spec.SecurityTokenAttachmentMode) 709Fx.Assert("Unknown token attachment mode " + spec.SecurityTokenAttachmentMode); 710throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.GetString(SR.UnknownTokenAttachmentMode, spec.SecurityTokenAttachmentMode))); 823switch (spec.SecurityTokenAttachmentMode) 849(spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing)) 1706SecurityTokenAttachmentModeHelper.Categorize(supportingTokenSpec.SecurityTokenAttachmentMode,
System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
843if (spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || 844spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 851SecurityTokenAttachmentMode mode = spec.SecurityTokenAttachmentMode; 1035if (tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing 1036|| tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 1043SecurityTokenAttachmentMode mode = tokenAuthenticatorSpec.SecurityTokenAttachmentMode;