This is how the local certificates for Service Provider Saml are stored.
This is used for authentication with the Saml system.
Certificate
| Field | Type | Inherited from | Description |
|---|---|---|---|
| CertificateBase64Encoded | String | Certificate | Gets or sets the certificate in base64-encoded format |
| Password | String | Certificate | Gets or sets the password for the certificate |
| PublicKey | String | Certificate | Gets or sets the public key of the certificate |
{
"CertificateBase64Encoded" : "String",
"Password" : "String",
"PublicKey" : "String"
}