System\IdentityModel\Tokens\X509WindowsSecurityToken.cs (3)
22: this(certificate, windowsIdentity, null, id, true)
27: this( certificate, windowsIdentity, authenticationType, id, true )
32: this( certificate, windowsIdentity, authenticationType, SecurityUniqueId.Create().Value, clone )