Dela via


PSKeyOperationResult.RawResult Property

Definition

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

Applies to