Share via


CertificateRequestOptions Constructor

Initializes a CertificateRequestOptions class object.

Namespace: Microsoft.Clm.Shared.Certificates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim useRawRequest As Boolean
Dim useLocalMachine As Boolean

Dim instance As New CertificateRequestOptions(useRawRequest, useLocalMachine)

Syntax

'Declaration
Public Sub New ( _
    useRawRequest As Boolean, _
    useLocalMachine As Boolean _
)
public CertificateRequestOptions (
    bool useRawRequest,
    bool useLocalMachine
)
public:
CertificateRequestOptions (
    bool useRawRequest, 
    bool useLocalMachine
)
public CertificateRequestOptions (
    boolean useRawRequest, 
    boolean useLocalMachine
)
public function CertificateRequestOptions (
    useRawRequest : boolean, 
    useLocalMachine : boolean
)

Parameters

  • useRawRequest
    A Boolean value that specifies if the raw certificate request option should be used.
  • useLocalMachine
    A Boolean value that specifies if the certificate request is for the local computer.

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

CertificateRequestOptions Class
CertificateRequestOptions Members
Microsoft.Clm.Shared.Certificates Namespace