2 writes to Item
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\SendSecurityHeaderElement.cs (2)
14
Item
= item;
31
Item
= item;
11 references to Item
System.ServiceModel.Primitives (11)
System\ServiceModel\Security\SendSecurityHeader.cs (7)
309
basicTokensXml[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
357
signatureConfirmations[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
360
if (ElementContainer.PrimarySignature != null && ElementContainer.PrimarySignature.
Item
!= null)
362
ElementContainer.PrimarySignature.
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
369
endorsingSignatures[i].
Item
.WriteTo(writer, ServiceModelDictionaryManager.Instance);
628
if (ElementContainer.PrimarySignature.
Item
== null)
643
supportingSignature = CreateSupportingSignature(token, identifier, ElementContainer.PrimarySignature.
Item
);
System\ServiceModel\Security\SendSecurityHeaderElement.cs (2)
26
return
Item
== item ||
Item
.Equals(item);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
87
TokenElement signedEncryptedTokenElement = elements[i].
Item
as TokenElement;
107
elements[i].
Item
.WriteTo(utf8Writer, ServiceModelDictionaryManager.Instance);