11 references to Item
System.ServiceModel (11)
System\ServiceModel\Security\SendSecurityHeader.cs (7)
663
basicTokensXml[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
711
signatureConfirmations[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
714
if (elementContainer.PrimarySignature != null && elementContainer.PrimarySignature.
Item
!= null)
716
elementContainer.PrimarySignature.
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
723
endorsingSignatures[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
891
if (this.elementContainer.PrimarySignature.
Item
== null)
906
supportingSignature = CreateSupportingSignature(token, identifier, elementContainer.PrimarySignature.
Item
);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (4)
161
TokenElement signedEncryptedTokenElement = elements[i].
Item
as TokenElement;
181
elements[i].
Item
.WriteTo(utf8Writer, ServiceModelDictionaryManager.Instance);
441
if (primarySignature != null && primarySignature.
Item
!= null && primarySignature.MarkedForEncryption)
590
ISecurityElement encryptedElement = CreateEncryptedData(CaptureSecurityElement(element.
Item
), id, true);