PlatformManaged(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PlatformManaged class.
public PlatformManaged(string certificateUsage);
new Azure.Security.KeyVault.Certificates.PlatformManaged : string -> Azure.Security.KeyVault.Certificates.PlatformManaged
Public Sub New (certificateUsage As String)
Parameters
- certificateUsage
- String
The intended usage of the certificate.
Exceptions
certificateUsage is empty.
certificateUsage is null.