Initializes a CertificateRequestOptions class object.
Namespace: Microsoft.Clm.Shared.Certificates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim useRawRequest As Boolean
Dim useLocalMachine As Boolean

Dim instance As New CertificateRequestOptions(useRawRequest, useLocalMachine)

Syntax

Visual Basic
Public Sub New ( _
		useRawRequest As Boolean, _
		useLocalMachine As Boolean _
)
C#
public CertificateRequestOptions (
		bool useRawRequest,
		bool useLocalMachine
)
C++
public:
CertificateRequestOptions (
		bool useRawRequest, 
		bool useLocalMachine
)
J#
public CertificateRequestOptions (
		boolean useRawRequest, 
		boolean useLocalMachine
)
JScript
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