Show / Hide Table of Contents

Class MegaApiClient.LogonSessionToken

Inheritance
System.Object
MegaApiClient.LogonSessionToken
Implements
System.IEquatable<MegaApiClient.LogonSessionToken>
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: CG.Web.MegaApiClient
Assembly: MegaApiClient.dll
Syntax
public class LogonSessionToken : IEquatable<MegaApiClient.LogonSessionToken>

Constructors

| Improve this Doc View Source

LogonSessionToken(String, Byte[])

Declaration
public LogonSessionToken(string sessionId, byte[] masterKey)
Parameters
Type Name Description
System.String sessionId
System.Byte[] masterKey

Properties

| Improve this Doc View Source

MasterKey

Declaration
public byte[] MasterKey { get; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

SessionId

Declaration
public string SessionId { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Equals(MegaApiClient.LogonSessionToken)

Declaration
public bool Equals(MegaApiClient.LogonSessionToken other)
Parameters
Type Name Description
MegaApiClient.LogonSessionToken other
Returns
Type Description
System.Boolean

Implements

System.IEquatable<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2013-2024 - Gregoire Pailler - MegaApiClient 1.10.5