Class SecurityOptions
Class that provides the security parameters for authentication and authorization.
Inheritance
System.Object
SecurityOptions
Namespace:
Assembly: Alachisoft.NCache.Client.dll
Syntax
public class SecurityOptions : object
Properties
| Name | Description |
|---|---|
| GmsaOptions | This property indicates whether to use GMSA (Group Managed Service Account) for authentication and authorization. |
| UserCredentials | This property provides the user credentials for authentication and authorization. |
Methods
| Name | Description |
|---|---|
| CreateWithCredentials(String, String) | Creates a SecurityOptions instance with the specified user credentials. |
| CreateWithGMSA() | Creates a SecurityOptions instance configured to use GMSA for authentication and authorization. |