#Get-SPOAzureADManifestKeyCredentials Creates the JSON snippet that is required for the manifest json file for Azure WebApplication / WebAPI apps ##Syntax
Get-SPOAzureADManifestKeyCredentials -CertPath <String>##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| CertPath | String | True | |
| ##Examples |
###Example 1
PS:> Get-SPOAzureADManifestKeyCredentials -CertPath .\mycert.cerOutput the JSON snippet which needs to be replaced in the application manifest file
###Example 2
PS:> Get-SPOAzureADManifestKeyCredentials -CertPath .\mycert.cer | Set-ClipboardOutput the JSON snippet which needs to be replaced in the application manifest file and copies it to the clipboard