SspiAuthentication.Unwrap Method
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9083)
Unwrap(Byte[], out Int32)
Unwraps (decrypts) the SSPI message.
Declaration
public byte[] Unwrap(byte[] challenge, out int qop)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | challenge | Challenge. |
Int32 | qop | QOP |
Returns
Type | Description |
---|---|
Byte[] | Unwrapped (decrypted) message. |
Remarks
Only supported on Windows platforms.