3 implementations of Id
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
750public string Id
System\ServiceModel\Security\SignatureConfirmationElement.cs (1)
30public string Id { get; }
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
451public string Id
5 references to Id
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\SendSecurityHeader.cs (3)
568SendSecurityHeaderElement sigConfElement = new SendSecurityHeaderElement(signatureConfirmationElements[i].Id, signatureConfirmationElements[i]); 587ElementContainer.PrimarySignature = new SendSecurityHeaderElement(signedXml.Id, signedXml); 646SendSecurityHeaderElement supportingSignatureElement = new SendSecurityHeaderElement(supportingSignature.Id, supportingSignature);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
591if (elementToSign.Id == null) 602AddReference("#" + elementToSign.Id, stream);