5 references to MapOptionsToAuthTypes
System.DirectoryServices.AccountManagement (5)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
297
this.authTypes = SDSUtils.
MapOptionsToAuthTypes
(options);
System\DirectoryServices\AccountManagement\Context.cs (3)
632
AuthenticationTypes authTypes = SDSUtils.
MapOptionsToAuthTypes
(_options);
723
AuthenticationTypes authTypes = SDSUtils.
MapOptionsToAuthTypes
(_options);
804
AuthenticationTypes authTypes = SDSUtils.
MapOptionsToAuthTypes
(_options);
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
172
_authTypes = SDSUtils.
MapOptionsToAuthTypes
(options);