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