Click or drag to resize

BridgedIdentityProviderGetAuthenticationMethods Method

Gets the applicable authentication methods from the identity provider for userName

Namespace: SanteDB.Client.Upstream.Security
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public AuthenticationMethod GetAuthenticationMethods(
	string userName
)

Parameters

userName  String
The name of the user

Return Value

AuthenticationMethod
The applicable authentication methods

Implements

IIdentityProviderServiceGetAuthenticationMethods(String)
See Also