你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CertificateProfileType Struct

Definition

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