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 CertificateBase64Encoded value |
| Password | String | Certificate | Gets or sets the Password value |
| PublicKey | String | Certificate | Gets or sets the PublicKey value |
{
"CertificateBase64Encoded" : "String",
"Password" : "String",
"PublicKey" : "String"
}