Class X509credentialsSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class X509credentialsSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
X509credentialsSchema
- Implements
- Inherited Members
Properties
CertificateSecretName
The name of the secret containing the certificate and private key (e.g. stored as .der/.pem or .der/.pfx).
[JsonPropertyName("certificateSecretName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string CertificateSecretName { get; set; }