< Back
New-FileEncryptionInfoObject
Post
NAME New-FileEncryptionInfoObject
SYNOPSIS
Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).
SYNTAX
New-FileEncryptionInfoObject [-encryptionKey <byte[]>] [-fileDigest <byte[]>] [-fileDigestAlgorithm <string>]
[-initializationVector <byte[]>] [-mac <byte[]>] [-macKey <byte[]>] [-profileIdentifier <string>]
[<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).
PARAMETERS
-encryptionKey <byte[]>
The "encryptionKey" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The key used to encrypt the file content.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-initializationVector <byte[]>
The "initializationVector" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The initialization vector used for the encryption algorithm.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-mac <byte[]>
The "mac" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The hash of the encrypted file content + IV (content hash).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-macKey <byte[]>
The "macKey" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The key used to get mac.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-profileIdentifier <string>
The "profileIdentifier" property, of type "Edm.String".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The the profile identifier.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fileDigest <byte[]>
The "fileDigest" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The file digest prior to encryption.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fileDigestAlgorithm <string>
The "fileDigestAlgorithm" property, of type "Edm.String".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The file digest algorithm.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? 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
OUTPUTS
RELATED LINKS
SYNOPSIS
Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).
SYNTAX
New-FileEncryptionInfoObject [-encryptionKey <byte[]>] [-fileDigest <byte[]>] [-fileDigestAlgorithm <string>]
[-initializationVector <byte[]>] [-mac <byte[]>] [-macKey <byte[]>] [-profileIdentifier <string>]
[<CommonParameters>]
DESCRIPTION
Creates a new object which represents a "microsoft.graph.fileEncryptionInfo" (or one of its derived types).
PARAMETERS
-encryptionKey <byte[]>
The "encryptionKey" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The key used to encrypt the file content.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-initializationVector <byte[]>
The "initializationVector" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The initialization vector used for the encryption algorithm.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-mac <byte[]>
The "mac" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The hash of the encrypted file content + IV (content hash).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-macKey <byte[]>
The "macKey" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The key used to get mac.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-profileIdentifier <string>
The "profileIdentifier" property, of type "Edm.String".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The the profile identifier.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fileDigest <byte[]>
The "fileDigest" property, of type "Edm.Binary".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The file digest prior to encryption.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-fileDigestAlgorithm <string>
The "fileDigestAlgorithm" property, of type "Edm.String".
This property is on the "microsoft.graph.fileEncryptionInfo" type.
The file digest algorithm.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? 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
OUTPUTS
RELATED LINKS