2 writes to mustUnderstand
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokensHeader.cs (2)
73this.mustUnderstand = base.MustUnderstand; 91MessageHeader.GetHeaderAttributes(reader, version, out this.actor, out this.mustUnderstand, out this.relay, out this.isRefParam);
1 reference to mustUnderstand
System.ServiceModel (1)
System\ServiceModel\Security\IssuedTokensHeader.cs (1)
140return this.mustUnderstand;