2 overrides of UnlockAccount
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx.cs (1)
883
internal override void
UnlockAccount
(AuthenticablePrincipal p)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx.cs (1)
407
internal override void
UnlockAccount
(AuthenticablePrincipal p)
1 reference to UnlockAccount
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\AccountInfo.cs (1)
266
_owningPrincipal.GetStoreCtxToUse().
UnlockAccount
(_owningPrincipal);