SmtpNetworkElement.TargetName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定服務提供者名稱 (SPN),當使用延伸保護連接到 SMTP 郵件伺服器時會用此名稱進行驗證。
public:
property System::String ^ TargetName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("targetName")]
public string TargetName { get; set; }
[<System.Configuration.ConfigurationProperty("targetName")>]
member this.TargetName : string with get, set
Public Property TargetName As String
屬性值
表示服務提供者名稱 (SPN) 的字串,當使用延伸保護連接到 SMTP 郵件伺服器時會用此名稱進行驗證。
- 屬性
備註
屬性TargetName可讓應用程式在整合式 Windows 驗證 與擴充保護時,取得或設定要用於驗證的SPN。 TargetName如果未設定屬性,則此SPN的預設值為 「SMTPSVC/<host>」 格式,其中<host>是 SMTP 郵件伺服器的主機名。
您也可以藉由直接手動編輯計算機或應用程式組態檔,變更 SMTP 組態檔中這個網路元素的預設值。