MessageCertificateX509File.IsVolatile Property

 

Indicates whether MessageCertificateX509File is a volatile certificate.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public override bool IsVolatile { get; }
public:
property bool IsVolatile {
    virtual bool get() override;
}
Public Overrides ReadOnly Property IsVolatile As Boolean

Property Value

Type: System.Boolean

True if the certificate is volatile; otherwise, false.

See Also

MessageCertificateX509File Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top