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 SourceSsoAddCertDetails(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 SourceCertificateDetails
SSO certificate details.
Declaration
public Certificate CertificateDetails { get; protected set; }
Property Value
Type | Description |
---|---|
Certificate |