 | BridgedApplicationIdentityProviderGetIdentity(String) Method |
Gets the specified identity for an application.
Namespace: SanteDB.Client.Upstream.SecurityAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic IApplicationIdentity GetIdentity(
string applicationName
)
Public Function GetIdentity (
applicationName As String
) As IApplicationIdentity
public:
virtual IApplicationIdentity^ GetIdentity(
String^ applicationName
) sealed
abstract GetIdentity :
applicationName : string -> IApplicationIdentity
override GetIdentity :
applicationName : string -> IApplicationIdentity Parameters
- applicationName String
- The name of the application for which to retrieve the identity.
Return Value
IApplicationIdentityReturns the identity of the application.
Implements
IApplicationIdentityProviderServiceGetIdentity(String)
See Also