public class SrpUserCredentialPublic Class SrpUserCredentialpublic ref class SrpUserCredentialSnapDB.Security.Authentication.SrpUserCredential = function();
Type.createClass(
'SnapDB.Security.Authentication.SrpUserCredential');| SrpUserCredential(String, Byte, Byte, Int32, SrpStrength) | Creates user credentials. |
| SrpUserCredential(String, String, SrpStrength, Int32, Int32) | Creates a user credential from the provided data. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Load | Loads the object's state or data from a persistent storage or file. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Save | Saves the current state or data of the object to a persistent storage or file. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Iterations | The number of SHA512 iterations using PBKDF2. |
| Salt | The salt used to compute the password bytes (x). |
| ServerEncryptionKey | Session Resume Encryption Key. |
| ServerHmacKey | Session Resume HMAC key. |
| ServerKeyName | Session Resume Key Name. |
| SrpStrength | The bit strength of the SRP algorithm. |
| UserName | The normalized name of the user. |
| UserNameBytes | Username data in bytes. |
| Verification | The Srp server verification bytes. (Computed as g^x % N) |
| VerificationInteger | Verification as a BigInteger. |