共用方式為


IsSelfSigned Struct

Definition

Indicates if the certificate was self-signed.

public readonly struct IsSelfSigned : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.IsSelfSigned>
type IsSelfSigned = struct
Public Structure IsSelfSigned
Implements IEquatable(Of IsSelfSigned)
Inheritance
IsSelfSigned
Implements

Constructors

IsSelfSigned(String)

Initializes a new instance of IsSelfSigned.

Properties

False

False.

True

True.

Methods

Equals(IsSelfSigned)

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(IsSelfSigned, IsSelfSigned)

Determines if two IsSelfSigned values are the same.

Implicit(String to IsSelfSigned)

Converts a string to a IsSelfSigned.

Inequality(IsSelfSigned, IsSelfSigned)

Determines if two IsSelfSigned values are not the same.

Applies to