[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

If true, certificate is volatile and stored in memory. If false, certificate is stored in a certificate store and is usable globally.

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
abstract 
bool 
IsVolatile { 
get; }
Public 
MustOverride 
ReadOnly 
Property 
IsVolatile 
As 
Boolean
	
Get
public:
virtual 
property 
bool 
IsVolatile {
	
bool 
get () 
abstract;
}

See Also