次の方法で共有


SiteMachineKey コンストラクター

定義

オーバーロード

SiteMachineKey()

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

SiteMachineKey(String, String, String, String)

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

SiteMachineKey()

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

public SiteMachineKey ();
Public Sub New ()

適用対象

SiteMachineKey(String, String, String, String)

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

public SiteMachineKey (string validation = default, string validationKey = default, string decryption = default, string decryptionKey = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.SiteMachineKey : string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.SiteMachineKey
Public Sub New (Optional validation As String = Nothing, Optional validationKey As String = Nothing, Optional decryption As String = Nothing, Optional decryptionKey As String = Nothing)

パラメーター

validation
String

MachineKey の検証。

validationKey
String

検証キー。

decryption
String

復号化に使用されるアルゴリズム。

decryptionKey
String

暗号化解除キー。

適用対象