1 write to expirationTime
System.IdentityModel (1)
System\IdentityModel\Claims\WindowsClaimSet.cs (1)
65this.expirationTime = expirationTime;
2 references to expirationTime
System.IdentityModel (2)
System\IdentityModel\Claims\WindowsClaimSet.cs (2)
70: this(from.WindowsIdentity, from.authenticationType, from.includeWindowsGroups, from.expirationTime, true) 119get { return this.expirationTime; }