Sets alternative hostnames.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub SetAlternativeHostnames ( _
	ParamArray hostnames As String() _
)
C#
public void SetAlternativeHostnames(
	params string[] hostnames
)

Parameters

hostnames
Type: array<System..::..String>[]()[][]
Alternative hostnames.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also