7 references to SecurityTokenAttachmentMode
System.ServiceModel (7)
System\ServiceModel\Security\SecurityProtocol.cs (7)
343
if (spec.
SecurityTokenAttachmentMode
== SecurityTokenAttachmentMode.Endorsing || spec.
SecurityTokenAttachmentMode
== SecurityTokenAttachmentMode.SignedEndorsing)
416
if (tokenProviderSpec.
SecurityTokenAttachmentMode
== SecurityTokenAttachmentMode.Endorsing || tokenProviderSpec.
SecurityTokenAttachmentMode
== SecurityTokenAttachmentMode.SignedEndorsing)
611
supportingTokens.Add(new SupportingTokenSpecification(supportingToken, EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.
SecurityTokenAttachmentMode
, spec.TokenParameters));
916
this.supportingTokens.Add(new SupportingTokenSpecification(SecurityTokenProvider.SecurityTokenAsyncResult.End(result), EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.
SecurityTokenAttachmentMode
, spec.TokenParameters));
920
this.supportingTokens.Add(new SupportingTokenSpecification(spec.TokenProvider.EndGetToken(result), EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, spec.
SecurityTokenAttachmentMode
, spec.TokenParameters));