C# 클래스 Microsoft.Identity.Client.Internal.AuthenticationResultEx

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( string serializedObject ) : AuthenticationResultEx

Serializes the object to a JSON string

Serialize ( ) : string

Serializes the object to a JSON string

메소드 상세

Deserialize() 공개 정적인 메소드

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

Serialize() 공개 메소드

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