ClaimsIdentity Constructor (String)
Initializes a new instance of the ClaimsIdentity class with an empty claims collection and the specified authentication type.
Namespace: System.Security.Claims
Assembly: mscorlib (in mscorlib.dll)
Parameters
- authenticationType
- Type: System.String
The type of authentication used.
The following table shows initial property values for an instance of the ClaimsIdentity class.
Property | Value | ||
|---|---|---|---|
null. | |||
The value of the authenticationType parameter. If the authenticationType parameter is null or an empty string, the property is set to null. | |||
null. | |||
An empty collection. | |||
| |||
null. | |||
| |||
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note