 | AdoApplicationIdentityProviderGetIdentity(String) Method |
Get the specified identity
Namespace: SanteDB.Persistence.Data.ServicesAssembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic IApplicationIdentity GetIdentity(
string name
)
Public Function GetIdentity (
name As String
) As IApplicationIdentity
public:
virtual IApplicationIdentity^ GetIdentity(
String^ name
) sealed
abstract GetIdentity :
name : string -> IApplicationIdentity
override GetIdentity :
name : string -> IApplicationIdentity Parameters
- name String
- The name of the identity to retrieve
Return Value
IApplicationIdentityThe constructed, unauthenticated identity
Implements
IApplicationIdentityProviderServiceGetIdentity(String)
See Also