AgentClaims.CreateIdentity(String, Boolean) Method
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.
public static System.Security.Claims.ClaimsIdentity CreateIdentity(string clientId, bool anonymous = false);
static member CreateIdentity : string * bool -> System.Security.Claims.ClaimsIdentity
Public Shared Function CreateIdentity (clientId As String, Optional anonymous As Boolean = false) As ClaimsIdentity
Parameters
- clientId
- String
- anonymous
- Boolean