要求の認証情報を提供します。
[Visual Basic]
Public Property FtpCredentials As System.Net.ICredentials
[C#]
public System.Net.ICredentials FtpCredentials {get; set;}

プロパティ値

要求に関連付けられた資格情報を格納している System.Net.ICredentials 。既定値は null 参照 (Visual Basic では Nothing) です。

解説

要求の作成者を識別する認証情報を格納します。

参照

ImageKit.File メンバ | Newtone.ImageKit.WPF.ImageKit