TeamFoundationMetabase.SetRequestRestrictions 方法 (String, RequestRestrictions, Boolean)
特定相對路徑設定要求限制。
命名空間: Microsoft.TeamFoundation.Framework.Server
組件: Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)
語法
'宣告
Public Sub SetRequestRestrictions ( _
applicationRelativePath As String, _
restrictions As RequestRestrictions, _
exactPathMatchOnly As Boolean _
)
public void SetRequestRestrictions(
string applicationRelativePath,
RequestRestrictions restrictions,
bool exactPathMatchOnly
)
參數
- applicationRelativePath
型別:System.String
相對路徑。
- restrictions
型別:Microsoft.TeamFoundation.Framework.Server.RequestRestrictions
要求限制
- exactPathMatchOnly
型別:System.Boolean
true 只適用於這個正確的路徑。錯誤遞迴地套用。
備註
路徑與簡單和實際 OrdinalIgnoreCase ()。 如果您是 exactPathMatchOnly = true,希望您接受多個輸入 (.. 也就是匿名存取),而不是保護的特定資源。 如果您將保護的特定資源,有人可能可以建構函式沒有要求限制要對應的 URL。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。