export declare class ClaimTypes { static readonly Actor = "http://schemas.xmlsoap.org/ws/2009/09/identity/claims/actor"; static readonly PostalCode = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode"; static readonly PrimaryGroupSid = "http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid"; static readonly PrimarySid = "http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid"; static readonly Role = "http://schemas.microsoft.com/ws/2008/06/identity/claims/role"; static readonly Rsa = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/rsa"; static readonly SerialNumber = "http://schemas.microsoft.com/ws/2008/06/identity/claims/serialnumber"; static readonly Sid = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid"; static readonly Spn = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn"; static readonly StateOrProvince = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince"; static readonly StreetAddress = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress"; static readonly Surname = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname"; static readonly System = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system"; static readonly Thumbprint = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint"; static readonly Upn = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"; static readonly Uri = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri"; static readonly UserData = "http://schemas.microsoft.com/ws/2008/06/identity/claims/userdata"; static readonly Version = "http://schemas.microsoft.com/ws/2008/06/identity/claims/version"; static readonly Webpage = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage"; static readonly WindowsAccountName = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname"; static readonly WindowsDeviceClaim = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdeviceclaim"; static readonly WindowsDeviceGroup = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdevicegroup"; static readonly WindowsFqbnVersion = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsfqbnversion"; static readonly WindowsSubAuthority = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowssubauthority"; static readonly OtherPhone = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone"; static readonly NameIdentifier = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier"; static readonly Name = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name"; static readonly MobilePhone = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone"; static readonly Anonymous = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous"; static readonly Authentication = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication"; static readonly AuthenticationInstant = "http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationinstant"; static readonly AuthenticationMethod = "http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod"; static readonly AuthorizationDecision = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authorizationdecision"; static readonly CookiePath = "http://schemas.microsoft.com/ws/2008/06/identity/claims/cookiepath"; static readonly Country = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country"; static readonly DateOfBirth = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth"; static readonly DenyOnlyPrimaryGroupSid = "http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarygroupsid"; static readonly DenyOnlyPrimarySid = "http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarysid"; static readonly DenyOnlySid = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid"; static readonly WindowsUserClaim = "http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsuserclaim"; static readonly DenyOnlyWindowsDeviceGroup = "http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlywindowsdevicegroup"; static readonly Dsa = "http://schemas.microsoft.com/ws/2008/06/identity/claims/dsa"; static readonly Email = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"; static readonly Expiration = "http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration"; static readonly Expired = "http://schemas.microsoft.com/ws/2008/06/identity/claims/expired"; static readonly Gender = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender"; static readonly GivenName = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname"; static readonly GroupSid = "http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid"; static readonly Hash = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/hash"; static readonly HomePhone = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone"; static readonly IsPersistent = "http://schemas.microsoft.com/ws/2008/06/identity/claims/ispersistent"; static readonly Locality = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality"; static readonly Dns = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns"; static readonly X500DistinguishedName = "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname"; }