2 writes to SecurityTokenDescriptor
System.IdentityModel (2)
System\IdentityModel\SecurityTokenService.cs (2)
707this.SecurityTokenDescriptor = CreateSecurityTokenDescriptor(request, scope); 828this.SecurityTokenDescriptor = CreateSecurityTokenDescriptor(request, this.Scope);
8 references to SecurityTokenDescriptor
System.IdentityModel (8)
System\IdentityModel\SecurityTokenService.cs (8)
244/// Creates an instance of a <see cref="SecurityTokenDescriptor"/>. 248/// <returns>The <see cref="SecurityTokenDescriptor"/>.</returns> 708if (this.SecurityTokenDescriptor == null) 713if (this.SecurityTokenDescriptor.SigningCredentials == null) 721if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null) 829if (this.SecurityTokenDescriptor == null) 834if (this.SecurityTokenDescriptor.SigningCredentials == null) 842if (this.Scope.TokenEncryptionRequired && this.SecurityTokenDescriptor.EncryptingCredentials == null)