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