SiteIdentityPermissionAttribute.Site 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定呼叫程式碼的站台名稱。
public:
property System::String ^ Site { System::String ^ get(); void set(System::String ^ value); };
public string Site { get; set; }
member this.Site : string with get, set
Public Property Site As String
屬性值
與安全性提供者指定的站台名稱進行比較的站台名稱。
備註
月臺身分識別只會針對 URL 的程式代碼定義,其通訊協定為 HTTP、HTTPS 和 FTP。 網站是 URL 通訊協議之後的 「W」 與下列 「/」 之間的字串,例如 URL www.fourthcoffee.com
中的 。http://www.fourthcoffee.com/process/grind.htm
這不包括埠號碼。 如果指定的網址為 http://www.fourthcoffee.com:8000/
,則網站為 www.fourthcoffee.com
,而不是 www.fourthcoffee.com:8000
。
網站可以完全比對,或是透過點分隔符的通配符 (“*”) 前置詞進行比對。 例如,網站名稱字串 *.fourthcoffee.com
會 fourthcoffee.com
比對 和 www.fourthcoffee.com
。 如果沒有通配符,網站名稱必須是精確的相符專案。