5 references to GetIssuedToken
System.ServiceModel (5)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (1)
317GenericXmlSecurityToken serviceToken = rstr.GetIssuedToken(null, null, this.keyEntropyMode, keyEntropy, this.SecurityContextTokenUri, authorizationPolicies, this.SecurityAlgorithmSuite.DefaultSymmetricKeyLength, false);
System\ServiceModel\Security\RequestSecurityTokenResponse.cs (1)
660return this.GetIssuedToken(resolver, allowedAuthenticators, keyEntropyMode, requestorEntropy, expectedTokenType, authorizationPolicies, 0, false);
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
757GenericXmlSecurityToken issuedToken = rstr.GetIssuedToken(null, null, this.KeyEntropyMode, requestorEntropy, this.sctUri, authorizationPolicies, this.SecurityAlgorithmSuite.DefaultSymmetricKeyLength, false);
System\ServiceModel\Security\SspiNegotiationTokenProvider.cs (1)
364GenericXmlSecurityToken serviceToken = negotiationRstr.GetIssuedToken(tokenResolver, EmptyReadOnlyCollection<SecurityTokenAuthenticator>.Instance,
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (1)
994serviceToken = rstr.GetIssuedToken(null, null, this.KeyEntropyMode, keyEntropy, null, authorizationPolicies, this.keySize, this.keyType == SecurityKeyType.BearerKey);