1 write to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SupportingTokenSpecification.cs (1)
25SecurityTokenAttachmentMode = attachmentMode;
4 references to SecurityTokenAttachmentMode
System.ServiceModel.Primitives (4)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
281SecurityTokenAttachmentMode attachmentMode = _incomingSupportingTokens[i].SecurityTokenAttachmentMode;
System\ServiceModel\Security\SecurityProtocol.cs (3)
565switch (supportingTokens[i].SecurityTokenAttachmentMode) 580Fx.Assert("Unknown token attachment mode " + supportingTokens[i].SecurityTokenAttachmentMode.ToString()); 581throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SRP.Format(SRP.UnknownTokenAttachmentMode, supportingTokens[i].SecurityTokenAttachmentMode.ToString())));