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 SourceLogonSessionToken(String, Byte[])
Declaration
public LogonSessionToken(string sessionId, byte[] masterKey)
Parameters
Type | Name | Description |
---|---|---|
System.String | sessionId | |
System.Byte[] | masterKey |
Properties
| Improve this Doc View SourceMasterKey
Declaration
public byte[] MasterKey { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |
SessionId
Declaration
public string SessionId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(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>