You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sign CLI does not support signing PowerShell XAML files. This shows the file extensions for which PowerShell verifies signatures. Attempting to sign a simple XAML file results in HRESULT 0x800b0003 (TRUST_E_SUBJECT_FORM_UNKNOWN), which indicates that the form of the subject is not recognized. In this context, it's because the file format is not supported.
Repro steps
Add .xaml to AzureSignToolSigner's supported file extensions.
Save the following content to file user-interface.xaml.
Describe the bug
Sign CLI does not support signing PowerShell XAML files. This shows the file extensions for which PowerShell verifies signatures. Attempting to sign a simple XAML file results in HRESULT 0x800b0003 (
TRUST_E_SUBJECT_FORM_UNKNOWN
), which indicates that the form of the subject is not recognized. In this context, it's because the file format is not supported.Repro steps
Add
.xaml
toAzureSignToolSigner
's supported file extensions.Save the following content to file user-interface.xaml.
Try to sign the file.
Expected behavior
Signing succeeds.
Actual behavior
Signing fails.
The text was updated successfully, but these errors were encountered: