Show / Hide Table of Contents

Class Certificate

Certificate details.

Inheritance
System.Object
Certificate
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 Certificate

Constructors

| Improve this Doc View Source

Certificate(String, String, String, String, String, String, String)

Initializes a new instance of the Certificate class.

Declaration
public Certificate(string subject, string issuer, string issueDate, string expirationDate, string serialNumber, string sha1Fingerprint, string commonName = null)
Parameters
Type Name Description
System.String subject

Certificate subject.

System.String issuer

Certificate issuer.

System.String issueDate

Certificate issue date.

System.String expirationDate

Certificate expiration date.

System.String serialNumber

Certificate serial number.

System.String sha1Fingerprint

Certificate sha1 fingerprint.

System.String commonName

Certificate common name.

Properties

| Improve this Doc View Source

CommonName

Certificate common name.

Declaration
public string CommonName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ExpirationDate

Certificate expiration date.

Declaration
public string ExpirationDate { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

IssueDate

Certificate issue date.

Declaration
public string IssueDate { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Issuer

Certificate issuer.

Declaration
public string Issuer { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SerialNumber

Certificate serial number.

Declaration
public string SerialNumber { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Sha1Fingerprint

Certificate sha1 fingerprint.

Declaration
public string Sha1Fingerprint { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Subject

Certificate subject.

Declaration
public string Subject { get; protected set; }
Property Value
Type Description
System.String

See Also

SsoAddCertDetails
SsoChangeCertDetails
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • Certificate(String, String, String, String, String, String, String)
  • Properties
    • CommonName
    • ExpirationDate
    • IssueDate
    • Issuer
    • SerialNumber
    • Sha1Fingerprint
    • Subject
  • See Also
Back to top Generated by DocFX