Determines whether [contains] [the specified type].

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Function Contains ( _
	type As Integer _
) As Boolean
C#
bool Contains(
	int type
)
Visual C++
bool Contains(
	int type
)
JavaScript
function contains(type);

Parameters

type
Type: System..::..Int32
The type.

Return Value

true if [contains] [the specified type]; otherwise, false.

See Also