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 表示只適用於這正確的路徑。遞迴套用為 false。
備註
路徑與簡單和實際 (OrdinalIgnoreCase)。 如果您是 exactPathMatchOnly = true,希望您授與其他輸入 (即匿名存取),而不是將方法保護特定的資源。 如果您將方法保護特定的資源,而不需要限制您要的人可能可以建構的 URL。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。