CertificateProfileType Struct
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.
Type of the certificate.
public readonly struct CertificateProfileType : IEquatable<Azure.ResourceManager.TrustedSigning.Models.CertificateProfileType>
type CertificateProfileType = struct
Public Structure CertificateProfileType
Implements IEquatable(Of CertificateProfileType)
- Inheritance
-
CertificateProfileType
- Implements
Constructors
CertificateProfileType(String) |
Initializes a new instance of CertificateProfileType. |
Properties
PrivateTrust |
Used for signing files which are distributed internally within organization or group boundary. |
PrivateTrustCIPolicy |
Used for signing CI policy files. |
PublicTrust |
Used for signing files which are distributed publicly. |
PublicTrustTest |
Used for signing files for testing purpose. |
VbsEnclave |
Used for signing files which are run in secure vbs enclave. |
Methods
Equals(CertificateProfileType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CertificateProfileType, CertificateProfileType) |
Determines if two CertificateProfileType values are the same. |
Implicit(String to CertificateProfileType) |
Converts a string to a CertificateProfileType. |
Inequality(CertificateProfileType, CertificateProfileType) |
Determines if two CertificateProfileType values are not the same. |
Applies to
Azure SDK for .NET