私はこのサンプルコードを持っています:
DirectoryEntry _entry = new DirectoryEntry(
connectionString,
this.userPrinicipalName,
this.password,
AuthenticationTypes.SecureSocketsLayer & AuthenticationTypes.Encryption);
最後のパラメーターでアンプを作成できるのはなぜですか? 私はこれまでこの種の魔術を見たことのない Java に慣れており、C# も初めてです。
前もって感謝します