CspParameters: Flags (let)

Flags

Sets the flags for CspParameters that modify the behavior of the cryptographic service provider (CSP).



 Public Property Let Flags(
	  ByVal Value As CspProviderFlags )

Parameters

Value
[ByVal] CspProviderFlags. An enumeration value, or a bitwise combination of enumeration values.

Read/Write.

Exceptions

ExceptionCondition
ArgumentExceptionValue is not a valid enumeration value.

See Also

Project CorLib Overview

Class CspParameters Overview