3 writes to standardsManager
System.ServiceModel (3)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (3)
131this.standardsManager = standardsManager; 158this.standardsManager = standardsManager; 327this.standardsManager = (value != null ? value : SecurityStandardsManager.DefaultInstance);
9 references to standardsManager
System.ServiceModel (9)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (9)
321return this.standardsManager; 486return this.standardsManager.TrustDriver.GetEntropy(this, resolver); 522this.standardsManager.TrustDriver.GetAppliesToQName(this, out localName, out namespaceUri); 538return this.standardsManager.TrustDriver.GetAppliesTo<T>(this, serializer); 558return this.standardsManager.TrustDriver.GetBinaryNegotiation(this); 576return this.standardsManager.TrustDriver.GetAuthenticator(this); 598this.standardsManager.TrustDriver.WriteRequestSecurityTokenResponse(this, w); 669return this.standardsManager.TrustDriver.GetIssuedToken(this, resolver, allowedAuthenticators, keyEntropyMode, requestorEntropy, expectedTokenType, authorizationPolicies, defaultKeySize, isBearerKeyType); 677return this.standardsManager.TrustDriver.GetIssuedToken(this, expectedTokenType, authorizationPolicies, clientKey);