13 references to requestProperties
System.ServiceModel (13)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (13)
539
return this.
requestProperties
;
627
if (this.
requestProperties
!= null)
629
for (int i = 0; i < this.
requestProperties
.Count; ++i)
631
if (this.StandardsManager.TrustDriver.TryParseKeyTypeElement(this.
requestProperties
[i], out keyType))
643
if (this.
requestProperties
!= null)
645
for (int i = 0; i < this.
requestProperties
.Count; ++i)
647
if (this.StandardsManager.TrustDriver.TryParseKeySizeElement(this.
requestProperties
[i], out keySize))
676
for (int i = 0; i < this.
requestProperties
.Count; ++i)
678
if (this.StandardsManager.TrustDriver.IsAppliesTo(this.
requestProperties
[i].LocalName, this.
requestProperties
[i].NamespaceURI))
893
if (this.
requestProperties
!= null)
895
for (int i = 0; i < this.
requestProperties
.Count; ++i)
897
newRequestProperties.Add(this.
requestProperties
[i]);