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

Syntax

C#
protected ISet unionDNS(
	ISet excluded,
	string dns
)
Visual Basic
Protected Function unionDNS ( _
	excluded As ISet, _
	dns As String _
) As ISet
Visual C++
protected:
ISet^ unionDNS(
	ISet^ excluded, 
	String^ dns
)

See Also