RevocationOptions.Reason Property
Gets the default revocation reason that is used during a revocation operation.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim instance As RevocationOptions
Dim value As RevocationReason
value = instance.Reason
Syntax
'Declaration
Public ReadOnly Property Reason As RevocationReason
public RevocationReason Reason { get; }
public:
property RevocationReason Reason {
RevocationReason get ();
}
/** @property */
public RevocationReason get_Reason ()
public function get Reason () : RevocationReason
Property Value
A RevocationReason value that indicates the default revocation reason that is used during a revocation operation.
Remarks
The revocation reason indicated by this property is used when the user does not specify the revocation reason as part of the revocation operation.
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.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
RevocationOptions Class
RevocationOptions Members
Microsoft.Clm.Shared.ProfileTemplates Namespace
RevocationReason