C# Class Microsoft.Identity.Client.Internal.AuthenticationResultEx

Show file Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( string serializedObject ) : AuthenticationResultEx

Serializes the object to a JSON string

Serialize ( ) : string

Serializes the object to a JSON string

Method Details

Deserialize() public static method

Serializes the object to a JSON string
public static Deserialize ( string serializedObject ) : AuthenticationResultEx
serializedObject string
return AuthenticationResultEx

Serialize() public method

Serializes the object to a JSON string
public Serialize ( ) : string
return string