IServerKeyGenerator.GenerateRequest Method

Creates a CMC request.

Namespace: Microsoft.Clm
Assembly: Microsoft.Clm.Common (in microsoft.clm.common.dll)

Syntax

'Declaration
Function GenerateRequest ( _
    options As SkgOptions, _
    targetUser As String _
) As String
'Usage
Dim instance As IServerKeyGenerator
Dim options As SkgOptions
Dim targetUser As String
Dim returnValue As String

returnValue = instance.GenerateRequest(options, targetUser)
string GenerateRequest (
    SkgOptions options,
    string targetUser
)
String^ GenerateRequest (
    SkgOptions^ options, 
    String^ targetUser
)
String GenerateRequest (
    SkgOptions options, 
    String targetUser
)
function GenerateRequest (
    options : SkgOptions, 
    targetUser : String
) : String

Parameters

  • options
    An SkgOptions object that describes the certificate request options for the server key generation request.
  • targetUser
    A String object that contains the name of the target user for the request.

    If this parameter is null or empty it should be ignored.

Return Value

A String object that contains the CMC request as a BASE64 string with a BEGIN and END header and footer.

Platforms

Windows Server 2003 Enterprise/Data Center Edition SP1

See Also

Reference

IServerKeyGenerator Interface
IServerKeyGenerator Members
Microsoft.Clm Namespace

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.