15 references to Signed
System.ServiceModel (15)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
674case SecurityTokenAttachmentMode.Signed: 828case SecurityTokenAttachmentMode.Signed:
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
296|| attachmentMode == SecurityTokenAttachmentMode.Signed
System\ServiceModel\Security\SecurityProtocol.cs (4)
292SecurityTokenRequirement requirement = this.CreateInitiatorSecurityTokenRequirement(supportingTokenParameters.Signed[i], SecurityTokenAttachmentMode.Signed); 304SupportingTokenProviderSpecification providerSpec = new SupportingTokenProviderSpecification(provider, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i]); 520AddSupportingTokenSpecification(security, signedTokens, SecurityTokenAttachmentMode.Signed, tokenPoliciesMapping); 685case SecurityTokenAttachmentMode.Signed:
System\ServiceModel\Security\SecurityProtocolFactory.cs (4)
853|| mode == SecurityTokenAttachmentMode.Signed 965SecurityTokenRequirement requirement = this.CreateRecipientSecurityTokenRequirement(supportingTokenParameters.Signed[i], SecurityTokenAttachmentMode.Signed); 970SupportingTokenAuthenticatorSpecification authenticatorSpec = new SupportingTokenAuthenticatorSpecification(authenticator, resolver, SecurityTokenAttachmentMode.Signed, supportingTokenParameters.Signed[i], isOptional); 1045|| mode == SecurityTokenAttachmentMode.Signed
System\ServiceModel\Security\SecurityTokenAttachmentMode.cs (2)
22|| value == SecurityTokenAttachmentMode.Signed 49case SecurityTokenAttachmentMode.Signed:
System\ServiceModel\Security\SendSecurityHeader.cs (1)
990case SecurityTokenAttachmentMode.Signed:
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
526AddSignatureReference(signedTokens, SecurityTokenAttachmentMode.Signed);