1 write to proofDescriptor
System.IdentityModel (1)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (1)
162
set { this.
proofDescriptor
= value; }
3 references to proofDescriptor
System.IdentityModel (3)
System\IdentityModel\Tokens\SecurityTokenDescriptor.cs (3)
103
if (
proofDescriptor
!= null)
105
proofDescriptor
.ApplyTo(response);
161
get { return this.
proofDescriptor
; }