 | UpstreamSecurityRepositoryGetSid Method |
Get the security identifier for the provided identity
Namespace: SanteDB.Client.Upstream.RepositoriesAssembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntaxpublic Guid GetSid(
IIdentity identity
)
Public Function GetSid (
identity As IIdentity
) As Guid
public:
virtual Guid GetSid(
IIdentity^ identity
) sealed
abstract GetSid :
identity : IIdentity -> Guid
override GetSid :
identity : IIdentity -> Guid Parameters
- identity IIdentity
- The identity to resolve
Return Value
GuidThe SID for the identity
Implements
ISecurityRepositoryServiceGetSid(IIdentity)
See Also