AuthenticationResult.Serialize Method ()

 

Applies to: Version: 2.19.208020213, Platform: .NET Desktop.

Serializes the object to a JSON string

Namespace:   Microsoft.IdentityModel.Clients.ActiveDirectory
Assembly:  Microsoft.IdentityModel.Clients.ActiveDirectory (in Microsoft.IdentityModel.Clients.ActiveDirectory.dll)

Syntax

public string Serialize()

Return Value

Type: System.String

Serialized authentication result

See Also

AuthenticationResult Class
Microsoft.IdentityModel.Clients.ActiveDirectory Namespace

Return to top