Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / RepositoryCredentials Class / RepositoryCredentials Constructor
The owner Id to specify to the server (for example repository Id)
The name of the key container to retrieve the private key from
True to use the machine store instead of the user store for the digital certificate

In This Topic
    RepositoryCredentials Constructor
    In This Topic
    Create a new set of repository credentials
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal repositoryId As Guid, _
       ByVal keyContainerName As String, _
       ByVal useMachineStore As Boolean _
    )
    public RepositoryCredentials( 
       Guid repositoryId,
       string keyContainerName,
       bool useMachineStore
    )

    Parameters

    repositoryId
    The owner Id to specify to the server (for example repository Id)
    keyContainerName
    The name of the key container to retrieve the private key from
    useMachineStore
    True to use the machine store instead of the user store for the digital certificate
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also