PSKeyOperationResult.RawResult Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If operation is Wrap, the value is wrapped key If operation is Unwrap, the value is unwrapped key If operation is Encrypt, the value is encryted data If operation is Decrypt, the value is decrypted data
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RawResult", Position=1, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)]
public byte[] RawResult { get; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="RawResult", Position=1, Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.List)>]
member this.RawResult : byte[]
Public ReadOnly Property RawResult As Byte()
Property Value
Byte[]
- Attributes