6 references to SecurityTokenAttachmentMode
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
820if (spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing || 821spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 828SecurityTokenAttachmentMode mode = spec.SecurityTokenAttachmentMode; 983if (tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.Endorsing 984|| tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing) 991SecurityTokenAttachmentMode mode = tokenAuthenticatorSpec.SecurityTokenAttachmentMode;