1 write to elementManager
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
123
this.
elementManager
= new ReceiveSecurityHeaderElementManager(this);
26 references to elementManager
System.ServiceModel (26)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (26)
154
return this.
elementManager
;
1016
for (int position = 0; position < this.
elementManager
.Count; position++)
1019
this.
elementManager
.GetElementEntry(position, out entry);
1062
for (int position = 0; position < this.
elementManager
.Count; position++)
1064
if (this.
elementManager
.GetElementCategory(position) == ReceiveSecurityHeaderElementCategory.EncryptedData)
1066
EncryptedData encryptedData = this.
elementManager
.GetElement<EncryptedData>(position);
1128
this.
elementManager
.SetBindingMode(position, ReceiveSecurityHeaderBindingModes.Endorsing);
1134
this.
elementManager
.SetBindingMode(position, ReceiveSecurityHeaderBindingModes.Primary);
1186
for (int position = 0; position < this.
elementManager
.Count; position++)
1188
if (this.
elementManager
.GetElementCategory(position) == ReceiveSecurityHeaderElementCategory.Token)
1190
DerivedKeySecurityTokenStub stub = this.
elementManager
.GetElement(position) as DerivedKeySecurityTokenStub;
1199
this.
elementManager
.SetElement(position, derivedKeyToken);
1239
this.
elementManager
.AppendEncryptedData(encryptedData);
1276
this.
elementManager
.SetBindingMode(position, ReceiveSecurityHeaderBindingModes.Endorsing);
1282
this.
elementManager
.SetBindingMode(position, ReceiveSecurityHeaderBindingModes.Primary);
1380
this.
elementManager
.AppendToken(wrappedKeyToken, ReceiveSecurityHeaderBindingModes.Primary, null);
1390
this.
elementManager
.AppendReferenceList(referenceList);
1421
this.
elementManager
.AppendSignature(signedXml);
1422
readerIndex = this.
elementManager
.Count - 1;
1426
this.
elementManager
.SetSignatureAfterDecryption(position, signedXml, decryptedBuffer);
1472
this.
elementManager
.AppendSignatureConfirmation(sigConfElement);
1477
this.
elementManager
.SetSignatureConfirmationAfterDecryption(position, sigConfElement, decryptedBuffer);
1557
this.
elementManager
.GetPrimarySignature(out reader, out id);
1601
this.
elementManager
.AppendTimestamp(this.timestamp);
1729
this.
elementManager
.AppendToken(token, mode, supportingTokenTracker);
1733
this.
elementManager
.SetTokenAfterDecryption(position, token, mode, decryptedBuffer, supportingTokenTracker);