27 references to Endorsing
System.ServiceModel (27)
System\ServiceModel\Security\AcceptorSessionSymmetricTransportSecurityProtocol.cs (1)
63
SupportingTokenAuthenticatorSpecification spec = new SupportingTokenAuthenticatorSpecification(this.sessionTokenAuthenticator, this.sessionTokenResolver, SecurityTokenAttachmentMode.
Endorsing
, this.Factory.SecurityTokenParameters);
System\ServiceModel\Security\ReceiveSecurityHeader.cs (3)
663
case SecurityTokenAttachmentMode.
Endorsing
:
825
case SecurityTokenAttachmentMode.
Endorsing
:
849
(spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
|| spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing))
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
295
if (attachmentMode == SecurityTokenAttachmentMode.
Endorsing
System\ServiceModel\Security\SecurityProtocol.cs (6)
217
SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.Endorsing[i], SecurityTokenAttachmentMode.
Endorsing
);
229
SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.
Endorsing
, supportingTokenParameters.Endorsing[i]);
343
if (spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
|| spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing)
416
if (tokenProviderSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
|| tokenProviderSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.SignedEndorsing)
518
AddSupportingTokenSpecification(security, endorsingTokens, SecurityTokenAttachmentMode.
Endorsing
, tokenPoliciesMapping);
688
case SecurityTokenAttachmentMode.
Endorsing
:
System\ServiceModel\Security\SecurityProtocolFactory.cs (6)
843
if (spec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
||
862
if (mode == SecurityTokenAttachmentMode.
Endorsing
|| mode == SecurityTokenAttachmentMode.SignedEndorsing)
911
SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.Endorsing[i], SecurityTokenAttachmentMode.
Endorsing
);
916
SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.
Endorsing
, supportingTokenParameters.Endorsing[i], isOptional);
1035
if (tokenAuthenticatorSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
1054
if (mode == SecurityTokenAttachmentMode.
Endorsing
|| mode == SecurityTokenAttachmentMode.SignedEndorsing)
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (3)
748
if (supportingTokenProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode != SecurityTokenAttachmentMode.
Endorsing
855
if (security.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
981
if (securityProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
)
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
776
supportingTokenProperty.OutgoingSupportingTokens.Add(new SupportingTokenSpecification(currentSessionToken, EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, SecurityTokenAttachmentMode.
Endorsing
, this.IssuedSecurityTokenParameters));
System\ServiceModel\Security\SecuritySessionServerSettings.cs (1)
1375
if (securityProperty.IncomingSupportingTokens[i].SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
)
System\ServiceModel\Security\SecurityTokenAttachmentMode.cs (2)
21
return value == SecurityTokenAttachmentMode.
Endorsing
44
case SecurityTokenAttachmentMode.
Endorsing
:
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
918
SupportingTokenSpecification rsaSpec = new SupportingTokenSpecification(negotiationState.RsaSecurityToken, EmptyReadOnlyCollection<IAuthorizationPolicy>.Instance, SecurityTokenAttachmentMode.
Endorsing
, rsaParameters);
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
111
(tokenSpec.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
||
System\ServiceModel\ServiceAuthenticationManager.cs (1)
128
if ((tokenSpecification.SecurityTokenAttachmentMode == SecurityTokenAttachmentMode.
Endorsing
) &&