Click or drag to resize

ChallengeGetRealms Method

Get Realm values for the specified auth method associated with the challenge. If the challenge does not support specified method or the method does not have associated Realm value, empty list is returned.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<string> GetRealms(
	ChallengeAuthorizationMethod method
)

Parameters

method
Type: Avaya.ClientServicesChallengeAuthorizationMethod

Return Value

Type: ListString
See Also