ActiveDirectorySettings Class

Summary

The base class for all ActiveDirectory settings.
Assembly
Cake.ActiveDirectory.dll
Namespace
Cake.ActiveDirectory
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["ActiveDirectorySettings"] class Type type-node Derived0["UserSettings"]-->Type click Derived0 "/api/Cake.ActiveDirectory.Users/UserSettings"

Syntax

public class ActiveDirectorySettings

Constructors

Properties

Name Value Summary
DomainName string
Active Directory domain name to operate on.
LoginName string
LoginName for Active Directory Login
Password string
Password for Active Directory Login.

Extension Methods

Name Value Summary
Dump<ActiveDirectorySettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ActiveDirectorySettings>(ActiveDirectorySettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ActiveDirectorySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ActiveDirectorySettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ActiveDirectorySettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ActiveDirectorySettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin