Namespace: Org.BouncyCastle.Pkcs
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public bool IsEntryOfType(
	string alias,
	Type entryType
)
Visual Basic
Public Function IsEntryOfType ( _
	alias As String, _
	entryType As Type _
) As Boolean
Visual C++
public:
bool IsEntryOfType(
	String^ alias, 
	Type^ entryType
)

Parameters

alias
Type: System..::..String
entryType
Type: System..::..Type

See Also