Click or drag to resize

ExtensionMethodsGetUserId(IIdentity) Method

Gets the user identifier for a given identity.

Namespace: SanteDB.Core
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public static string GetUserId(
	IIdentity source
)

Parameters

source  IIdentity

[Missing <param name="source"/> documentation for "M:SanteDB.Core.ExtensionMethods.GetUserId(System.Security.Principal.IIdentity)"]

Return Value

String
Returns a string which represents the users identifier, or null if unable to retrieve the users identifier.
See Also