Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As RevocationOptions |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class RevocationOptions |
C# |
---|
[SerializableAttribute] public class RevocationOptions |
C++ |
---|
[SerializableAttribute] public ref class RevocationOptions |
J# |
---|
/** @attribute SerializableAttribute() */ public class RevocationOptions |
JScript |
---|
SerializableAttribute public class RevocationOptions |
Remarks
For policies that perform revocation, this class stores the configuration options for the revocation operation. Policies that perform revocation offer access to objects of this class.
Inheritance Hierarchy
System.Object
Microsoft.Clm.Shared.ProfileTemplates.RevocationOptions
Microsoft.Clm.Shared.ProfileTemplates.RevocationOptions
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.