我有这个示例代码:
DirectoryEntry _entry = new DirectoryEntry(
connectionString,
this.userPrinicipalName,
this.password,
AuthenticationTypes.SecureSocketsLayer & AuthenticationTypes.Encryption);
为什么我可以在最后一个参数中制作放大器?我习惯了 Java,我以前从未见过这种巫术,而且我是 C# 的新手——所以谁能告诉我它是什么以及我是如何被允许这样做的?
提前致谢