Show / Hide Table of Contents

Class ChangePasswordResponse

Inheritance
Object
BasePdu<ChangePasswordResponse>
ChangePasswordResponse
Implements
IEquatable<ChangePasswordResponse>
Inherited Members
BasePdu<ChangePasswordResponse>.ToJsonForMds()
BasePdu<ChangePasswordResponse>.ToJsonForLocalStorage()
BasePdu<ChangePasswordResponse>.Equals(ChangePasswordResponse)
BasePdu<ChangePasswordResponse>.Equals(Object)
BasePdu<ChangePasswordResponse>.GetHashCode()
Object.Equals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.Protocol
Assembly: SmartcryptProtocol.dll
Syntax
public sealed class ChangePasswordResponse : BasePdu<ChangePasswordResponse>, IEquatable<ChangePasswordResponse>

Constructors

ChangePasswordResponse(ChangePasswordResponse)

Declaration
public ChangePasswordResponse([NotNull] ChangePasswordResponse other)
Parameters
Type Name Description
ChangePasswordResponse other

Properties

sid

Declaration
[CanBeNull]
public Sid sid { get; set; }
Property Value
Type Description
Sid

user

Declaration
[CanBeNull]
public User user { get; set; }
Property Value
Type Description
User

Methods

ToJson(Boolean)

Declaration
protected override string ToJson(bool sending)
Parameters
Type Name Description
Boolean sending
Returns
Type Description
String
Overrides
PKWARE.Smartcrypt.Protocol.BasePdu<PKWARE.Smartcrypt.Protocol.ChangePasswordResponse>.ToJson(System.Boolean)

Implements

System.IEquatable<T>
Back to top Copyright © 2018 PKWARE, Inc.