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