Dropbox .NET SDK
Show / Hide Table of Contents

Class TwoStepVerificationPolicy

The two step verification policy object

Inheritance
object
TwoStepVerificationPolicy
TwoStepVerificationPolicy.Other
TwoStepVerificationPolicy.RequireTfaDisable
TwoStepVerificationPolicy.RequireTfaEnable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class TwoStepVerificationPolicy

Constructors

View Source

TwoStepVerificationPolicy()

Initializes a new instance of the TwoStepVerificationPolicy class.

Declaration
public TwoStepVerificationPolicy()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public TwoStepVerificationPolicy.Other AsOther { get; }
Property Value
Type Description
TwoStepVerificationPolicy.Other
View Source

AsRequireTfaDisable

Gets this instance as a RequireTfaDisable, or null.

Declaration
public TwoStepVerificationPolicy.RequireTfaDisable AsRequireTfaDisable { get; }
Property Value
Type Description
TwoStepVerificationPolicy.RequireTfaDisable
View Source

AsRequireTfaEnable

Gets this instance as a RequireTfaEnable, or null.

Declaration
public TwoStepVerificationPolicy.RequireTfaEnable AsRequireTfaEnable { get; }
Property Value
Type Description
TwoStepVerificationPolicy.RequireTfaEnable
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRequireTfaDisable

Gets a value indicating whether this instance is RequireTfaDisable

Declaration
public bool IsRequireTfaDisable { get; }
Property Value
Type Description
bool
View Source

IsRequireTfaEnable

Gets a value indicating whether this instance is RequireTfaEnable

Declaration
public bool IsRequireTfaEnable { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK