ClaimTypes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines constants for the well-known claim types that can be assigned to a subject. This class cannot be inherited.
public ref class ClaimTypes abstract sealed
public static class ClaimTypes
[System.Runtime.InteropServices.ComVisible(false)]
public static class ClaimTypes
type ClaimTypes = class
[<System.Runtime.InteropServices.ComVisible(false)>]
type ClaimTypes = class
Public Class ClaimTypes
- Inheritance
-
ClaimTypes
- Attributes
Remarks
These constants define URIs for well-known claim types.
Note
Schema URIs are mostly used as identifiers and shouldn't be expected to work as hyperlinks.
Fields
Actor |
Specifies the URI for an actor claim; |
Anonymous |
Specifies the URI for a claim that indicates the anonymous user; |
Authentication |
Specifies the URI for a claim that contains details about whether an identity is authenticated; |
AuthenticationInstant |
Specifies the URI for a claim that indicates the instant at which an entity was authenticated; |
AuthenticationMethod |
Specifies the URI for a claim that indicates the method with which an entity was authenticated; |
AuthorizationDecision |
Specifies the URI for a claim that indicates the authorization decision on an entity; |
CookiePath |
Specifies the URI for a cookie path claim; |
Country |
Specifies the URI for a claim that indicates the country or region in which an entity resides; |
DateOfBirth |
Specifies the URI for a claim that indicates the date of birth of an entity; |
DenyOnlyPrimaryGroupSid |
Specifies the URI for a claim that indicates the deny-only primary group SID on an entity; |
DenyOnlyPrimarySid |
Specifies the URI for a claim that indicates the deny-only primary SID on an entity; |
DenyOnlySid |
Specifies the URI for a claim that indicates a deny-only security identifier (SID) for an entity; |
DenyOnlyWindowsDeviceGroup |
Specifies the URI for a claim that indicates the Windows deny-only group SID of a device; |
Dns |
Specifies the URI for a claim that indicates the DNS name associated with the computer name or with the alternative name of either the subject or issuer of an X.509 certificate; |
Dsa |
Specifies the URI for a digital signature algorithm (DSA) claim; |
Specifies the URI for a claim that indicates the email address of an entity; |
|
Expiration |
Specifies the URI for an expiration claim; |
Expired |
Specifies the URI for a claim that indicates the expired status of an entity; |
Gender |
Specifies the URI for a claim that indicates the gender of an entity; |
GivenName |
Specifies the URI for a claim that indicates the given name of an entity; |
GroupSid |
Specifies the URI for a claim that indicates the SID for the group of an entity; |
Hash |
Specifies the URI for a hash value claim; |
HomePhone |
Specifies the URI for a claim that indicates the home phone number of an entity; |
IsPersistent |
Specifies the URI for a persistence claim; |
Locality |
Specifies the URI for a claim that indicates the locale in which an entity resides; |
MobilePhone |
Specifies the URI for a claim that indicates the mobile phone number of an entity; |
Name |
Specifies the URI for a claim that indicates the name of an entity; |
NameIdentifier |
Specifies the URI for a claim that indicates the name identifier of an entity; |
OtherPhone |
Specifies the URI for a claim that indicates the alternative phone number of an entity; |
PostalCode |
Specifies the URI for a claim that indicates the postal code of an entity; |
PrimaryGroupSid |
Specifies the URI for a claim that indicates the primary group SID of an entity; |
PrimarySid |
Specifies the URI for a claim that indicates the primary SID of an entity; |
Role |
Specifies the URI for a claim that indicates the role of an entity; |
Rsa |
Specifies the URI for an RSA key claim; |
SerialNumber |
Specifies the URI for a serial number claim; |
Sid |
Specifies the URI for a security identifier (SID) claim; |
Spn |
Specifies the URI for a service principal name (SPN) claim; |
StateOrProvince |
Specifies the URI for a claim that indicates the state or province in which an entity resides; |
StreetAddress |
Specifies the URI for a claim that indicates the street address of an entity; |
Surname |
Specifies the URI for a claim that indicates the surname of an entity; |
System |
Specifies the URI for a system entity claim; |
Thumbprint |
Specifies the URI for a thumbprint claim; |
Upn |
Specifies the URI for a user principal name (UPN) claim; |
Uri |
Specifies the URI for a URI claim; |
UserData |
Specifies the URI for a user data claim; |
Version |
Specifies the URI for a version claim; |
Webpage |
Specifies the URI for a claim that indicates the webpage of an entity; |
WindowsAccountName |
Specifies the URI for a claim that indicates the Windows domain account name of an entity; |
WindowsDeviceClaim |
Specifies the URI for a Windows device claim; |
WindowsDeviceGroup |
Specifies the URI for a claim that indicates the Windows group SID of a device; |
WindowsFqbnVersion |
Specifies the URI for a claim that indicates the version of a fully qualified binary name of a Windows binary file; |
WindowsSubAuthority |
Specifies the URI for a Windows subauthority claim; |
WindowsUserClaim |
Specifies the URI for a Windows user claim; |
X500DistinguishedName |
Specifies the URI for an X.500 distinguished name claim, such as the subject of an X.509 Public Key Certificate or an entry identifier in a directory services Directory Information Tree; |