Constructors: NewCspKeyContainerInfo

NewCspKeyContainerInfo

Creates a new CspKeyContainerInfo object.



 Public Function NewCspKeyContainerInfo(
	  ByVal Parameters As CspParameters ) As CspKeyContainerInfo

Parameters

Parameters
[ByVal] CspParameters. The parameters used to derive information from.

Return Values

CspKeyContainerInfo -  A new CspKeyContainerInfo object.

Remarks

This object is usually created by crypto service provider. Instantiating an object directly may result in property throwing an exception when accessed.

Exceptions

ExceptionCondition
ArgumentNullExceptionParameters is Nothing.

See Also

Project CorLib Overview

Class Constructors Overview

CspKeyContainerInfo