VBREncryptionAnalysis
Contains an encryption analysis session started for a suspicious activity event.
Important |
The object implements IDisposable. Calling Dispose() (or letting PowerShell dispose the object) cancels the running encryption analysis session. Keep a reference to the object until the session completes if you do not want to interrupt it. |
Properties
Property |
Type |
Description |
|---|---|---|
SessionId |
Guid |
Specifies the ID of the encryption analysis session. |
State |
VBRSessionState |
Specifies the state of the encryption analysis session:
The VBRSessionState is an enumeration that also defines Pausing, Resuming, WaitingTape, WaitingRepository, WaitingSlot, Idle, and ActionRequired. These values are not produced by an encryption analysis session. |
Related Commands