2 writes to Scope
System.IdentityModel (2)
System\IdentityModel\SecurityTokenService.cs (2)
703
this.
Scope
= scope;
823
this.
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>
721
if (this.
Scope
.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null)
828
this.SecurityTokenDescriptor = CreateSecurityTokenDescriptor(request, this.
Scope
);
842
if (this.
Scope
.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null)
870
_tokenDescriptor.Proof = GetProofToken(request, this.
Scope
);