Skip to main content

StoredCredential

  • Namespace: PPDS.Auth.Credentials
  • Assembly: PPDS.Auth
  • Kind: Class

Summary

Represents a credential stored in secure platform storage.

Members

Properties

ApplicationId

string ApplicationId { get; set; }

Gets or sets the application (client) ID that owns this credential.

CertificatePassword

string CertificatePassword { get; set; }

Gets or sets the certificate password for CertificateFile authentication.

CertificatePath

string CertificatePath { get; set; }

Gets or sets the certificate path for CertificateFile authentication.

ClientSecret

string ClientSecret { get; set; }

Gets or sets the client secret for ClientSecret authentication.

Password

string Password { get; set; }

Gets or sets the password for UsernamePassword authentication.