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