Dropbox .NET SDK

Class SsoAddCertDetails

Added X.509 certificate for SSO.

Inheritance
object
SsoAddCertDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SsoAddCertDetails

Constructors

View Source

SsoAddCertDetails(Certificate)

Initializes a new instance of the SsoAddCertDetails class.

Declaration
public SsoAddCertDetails(Certificate certificateDetails)
Parameters
Type Name Description
Certificate certificateDetails

SSO certificate details.

Properties

View Source

CertificateDetails

SSO certificate details.

Declaration
public Certificate CertificateDetails { get; protected set; }
Property Value
Type Description
Certificate
  • View Source
In this article
Back to top Dropbox .NET SDK