SspiAuthentication Class
Namespace: Rebex.Security.Authentication
Assembly: Rebex.Common.dll (version 7.0.9147)
Wrapper class for SSPI authentication.
Syntax
public class SspiAuthentication : IDisposable
Implements
Inherited Members
Remarks
Only supported on Windows platforms.
Constructors
Name | Description |
---|---|
Sspi |
Creates a new SSPI session. |
Sspi |
Creates a new SSPI session. |
Properties
Name | Description |
---|---|
Secure |
Gets or sets the instance of the Channel
Default value is null. The Channel |
Methods
Name | Description |
---|---|
Dispose() | Disposes the SSPI session. |
Get |
Get next SSPI message. |
Is |
Gets a value indicating whether the specified security package is supported. |
Make |
Creates an SSPI signature. |
Register(Func<String, Object>) | Register authentication plugin. |
Unwrap(Byte[], out Int32) | Unwraps (decrypts) the SSPI message. |
Verify |
Verifies an SSPI signature. |
Wrap(Byte[], Int32, out Boolean) | Wraps (encrypts) SSPI message. |