Show / Hide Table of Contents

Class SsoAddCertDetails

Added X.509 certificate for SSO.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

CertificateDetails

SSO certificate details.

Declaration
public Certificate CertificateDetails { get; protected set; }
Property Value
Type Description
Certificate
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SsoAddCertDetails(Certificate)
  • Properties
    • CertificateDetails
Back to top Generated by DocFX