System\IdentityModel\Claims\WindowsClaimSet.cs (4)
44: this(windowsIdentity, null, includeWindowsGroups, expirationTime, true)
49: this( windowsIdentity, authenticationType, includeWindowsGroups, expirationTime, true )
54: this( windowsIdentity, authenticationType, includeWindowsGroups, DateTime.UtcNow.AddHours( 10 ), clone )
70: this(from.WindowsIdentity, from.authenticationType, from.includeWindowsGroups, from.expirationTime, true)