3 references to AuthenticationTypes
System.DirectoryServices (3)
artifacts\obj\System.DirectoryServices\Debug\net10.0\System.DirectoryServices.notsupported.cs (3)
150
public DirectoryEntry(string? path, string? username, string? password, System.DirectoryServices.
AuthenticationTypes
authenticationType) { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); }
151
[System.ComponentModel.DefaultValueAttribute(System.DirectoryServices.
AuthenticationTypes
.Secure)]
152
public System.DirectoryServices.
AuthenticationTypes
AuthenticationType { get { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.DirectoryServices_PlatformNotSupported); } }