2 writes to Scope
System.IdentityModel (2)
System\IdentityModel\SecurityTokenService.cs (2)
703this.Scope = scope; 823this.Scope = scope;
5 references to Scope
System.IdentityModel (5)
System\IdentityModel\SecurityTokenService.cs (5)
247/// <param name="scope">The <see cref="Scope"/> object returned from <see cref="SecurityTokenService.GetScope"/>.</param> 721if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null) 828this.SecurityTokenDescriptor = CreateSecurityTokenDescriptor(request, this.Scope); 842if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null) 870_tokenDescriptor.Proof = GetProofToken(request, this.Scope);