次の方法で共有


VerificationCodeResponseProperties コンストラクター

定義

オーバーロード

VerificationCodeResponseProperties()

VerificationCodeResponseProperties クラスの新しいインスタンスを初期化します。

VerificationCodeResponseProperties(String, String, String, String, Nullable<Boolean>, Byte[], String, String)

VerificationCodeResponseProperties クラスの新しいインスタンスを初期化します。

VerificationCodeResponseProperties()

VerificationCodeResponseProperties クラスの新しいインスタンスを初期化します。

public VerificationCodeResponseProperties ();
Public Sub New ()

適用対象

VerificationCodeResponseProperties(String, String, String, String, Nullable<Boolean>, Byte[], String, String)

VerificationCodeResponseProperties クラスの新しいインスタンスを初期化します。

public VerificationCodeResponseProperties (string verificationCode = default, string subject = default, string expiry = default, string thumbprint = default, bool? isVerified = default, byte[] certificate = default, string created = default, string updated = default);
new Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponseProperties : string * string * string * string * Nullable<bool> * byte[] * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.VerificationCodeResponseProperties
Public Sub New (Optional verificationCode As String = Nothing, Optional subject As String = Nothing, Optional expiry As String = Nothing, Optional thumbprint As String = Nothing, Optional isVerified As Nullable(Of Boolean) = Nothing, Optional certificate As Byte() = Nothing, Optional created As String = Nothing, Optional updated As String = Nothing)

パラメーター

verificationCode
String

検証コード。

subject
String

証明書のサブジェクト。

expiry
String

コードの有効期限。

thumbprint
String

証明書のサムプリント。

isVerified
Nullable<Boolean>

秘密キーの所有者によって証明書が検証されているかどうかを示します。

certificate
Byte[]

X509 証明書 .cer ファイルの base-64 表現、または .pem ファイルの内容のみ。

created
String

証明書の作成時刻。

updated
String

証明書の更新時刻。

適用対象