3 writes to _standardsManager
System.ServiceModel.Primitives (3)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (3)
115_standardsManager = standardsManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(standardsManager))); 138_standardsManager = standardsManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(standardsManager))); 314_standardsManager = (value != null ? value : SecurityStandardsManager.DefaultInstance);
8 references to _standardsManager
System.ServiceModel.Primitives (8)
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (8)
305return _standardsManager; 449return _standardsManager.TrustDriver.GetEntropy(this, resolver); 496_standardsManager.TrustDriver.GetAppliesToQName(this, out localName, out namespaceUri); 512return _standardsManager.TrustDriver.GetAppliesTo<T>(this, serializer); 524return _standardsManager.TrustDriver.GetBinaryNegotiation(this); 536return _standardsManager.TrustDriver.GetAuthenticator(this); 561_standardsManager.TrustDriver.WriteRequestSecurityTokenResponse(this, w); 639return _standardsManager.TrustDriver.GetIssuedToken(this, resolver, allowedAuthenticators, keyEntropyMode, requestorEntropy, expectedTokenType, authorizationPolicies, defaultKeySize, isBearerKeyType);