< Back

Unprotect-Blob

Mon Jan 13, 2020 8:00 pm

NAME Unprotect-Blob



SYNTAX

Unprotect-Blob [[-EncryptedBlob] <byte[]>] [-PrivateKey <byte[]>] [-InsecureInfo <byte[]>] [<CommonParameters>]



Unprotect-Blob [[-EncryptedBlob] <byte[]>] [-Password <securestring>] [-InsecureInfo <byte[]>]

[<CommonParameters>]



Unprotect-Blob [[-EncryptedBlob] <byte[]>] [-Key <byte[]>] [-AuthenticationKey <byte[]>] [-InsecureInfo <byte[]>]

[<CommonParameters>]





PARAMETERS

-AuthenticationKey <byte[]>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name Keys

Aliases None

Dynamic? false



-EncryptedBlob <byte[]>



Required? false

Position? 0

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-InsecureInfo <byte[]>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Key <byte[]>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name Keys

Aliases None

Dynamic? false



-Password <securestring>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name Password

Aliases None

Dynamic? false



-PrivateKey <byte[]>



Required? false

Position? Named

Accept pipeline input? false

Parameter set name PrivateKey

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.Byte[]





OUTPUTS

System.Object



ALIASES

None





REMARKS

None