API Reference
Class
BitLockerRecoveryIndex
Indexes BitLocker recovery objects across a domain for fast lookups by computer DN.
Inheritance
- Object
- BitLockerRecoveryIndex
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method BitLockerRecoveryIndex.Build
Constructors
public BitLockerRecoveryIndex() #Methods
public static BitLockerRecoveryIndex Build(String domainName, CancellationToken cancellationToken) #Returns:
BitLockerRecoveryIndexBuilds a domain-wide index of msFVE-RecoveryInformation entries.
Parameters
- domainName System.String
- DNS domain name.
- cancellationToken System.Threading.CancellationToken
- Cancellation token.
public Boolean TryGet(String distinguishedName, out BitLockerRecoveryEntry entry) #Returns:
BooleanAttempts to retrieve BitLocker recovery information for a computer DN.
Parameters
- distinguishedName System.String
- Computer distinguished name.
- entry ADPlayground.Computers.BitLockerRecoveryEntry@
- Recovery summary when present.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object