Share via


MessageCertificateX509.IsVolatile Property

 

If true, the certificate is volatile and stored in memory. If false, the certificate is stored in a certificate store and can be used globally.

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

Syntax

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

Property Value

Type: System.Boolean

True if the certificate is volatile; otherwise, false.

See Also

MessageCertificateX509 Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top