Constructors: NewCspParameters

NewCspParameters

Creates a new CspParameters object.



 Public Function NewCspParameters(
	  ByVal TypeIn As Long,
	  Optional ByRef ProviderNameIn As String,
	  Optional ByRef ContainerNameIn As String ) As CspParameters

Parameters

TypeIn
[ByVal] Long. The type code used to specify the kind of provider to create.
ProviderNameIn
[ByRef] Optional. String. The provider name.
ContainerNameIn
[ByRef] Optional. String. The provider container name.

Return Values

CspParameters -  Returns a new CspParameters object with the specified parameters.

See Also

Project CorLib Overview

Class Constructors Overview