CertificateRequestException.Status Property

Gets the status of the certificate request.

Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Syntax

'Declaration
Public ReadOnly Property Status As Integer
'Usage
Dim instance As CertificateRequestException
Dim value As Integer

value = instance.Status
public int Status { get; }
public:
property int Status {
    int get ();
}
/** @property */
public int get_Status ()
public function get Status () : int

Property Value

An integer value that indicates the status of the certificate request.

Remarks

When a call to the ICertRequest2::Submit method fails on the server, the ICertRequest2::GetLastStatus method is called to retrieve the specific cause of the failure. This property contains the status value that was returned by the ICertRequest2::GetLastStatus method.

Platforms

Windows XP SP2, Windows Server 2003 SP1

See Also

Reference

CertificateRequestException Class
CertificateRequestException Members
Microsoft.Clm.Shared Namespace

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.