API Reference
Class
DesiredStateMailTlsPolicy
Provides desired state mail tls policy functionality.
Inheritance
- Object
- DesiredStateMailTlsPolicy
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DesiredStateConfiguration.ImapTls
- Property DesiredStateConfiguration.Pop3Tls
- Property DesiredStateConfiguration.SmtpTls
- Method DesiredStateMailTlsPolicy.Clone
- Property DesiredStateProfile.ImapTls
- Property DesiredStateProfile.Pop3Tls
- Property DesiredStateProfile.SmtpTls
Accepted by parameters
Constructors
public DesiredStateMailTlsPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireAtLeastOneResult { get; set; } #JsonPropertyName("requireAtLeastOneResult")When true, warns if no TLS results were produced.
public Nullable<Boolean> RequireCertificateValid { get; set; } #JsonPropertyName("requireCertificateValid")Gets or sets the require certificate valid value.
public Nullable<Boolean> RequireChainValid { get; set; } #JsonPropertyName("requireChainValid")Gets or sets the require chain valid value.
public Nullable<Boolean> RequireHostnameMatch { get; set; } #JsonPropertyName("requireHostnameMatch")Gets or sets the require hostname match value.
public Nullable<Boolean> DisallowExpiredCertificates { get; set; } #JsonPropertyName("disallowExpiredCertificates")Gets or sets the disallow expired certificates value.
public Nullable<Int32> MinCertificateDaysToExpire { get; set; } #JsonPropertyName("minCertificateDaysToExpire")Gets or sets the min certificate days to expire value.
public Nullable<Boolean> DisallowLegacyProtocols { get; set; } #JsonPropertyName("disallowLegacyProtocols")Gets or sets the disallow legacy protocols value.
public Nullable<GradeLevel> MinimumGradeLevel { get; set; } #JsonPropertyName("minimumGradeLevel")Gets or sets the minimum grade level value.