3 writes to _standardsManager
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (3)
113
_standardsManager
= standardsManager;
140
_standardsManager
= standardsManager;
309
_standardsManager
= (value != null ? value : SecurityStandardsManager.DefaultInstance);
5 references to _standardsManager
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\RequestSecurityTokenResponse.cs (5)
303
return
_standardsManager
;
426
return
_standardsManager
.TrustDriver.GetEntropy(this, resolver);
462
_standardsManager
.TrustDriver.GetAppliesToQName(this, out localName, out namespaceUri);
478
return
_standardsManager
.TrustDriver.GetAppliesTo<T>(this, serializer);
495
_standardsManager
.TrustDriver.WriteRequestSecurityTokenResponse(this, w);