UserProfilesHash Property |
Computes and returns a MD5 hash of the profiles concatenated into a string.
Namespace:
NetQuarry.Security
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public string Hash { get; }
Public ReadOnly Property Hash As String
Get
Return Value
Type:
StringThe computed hash code.
See Also