共用方式為


SecurityChangedNotification 類別

繼承階層架構

System.Object
  Microsoft.TeamFoundation.Framework.Server.SecurityChangedNotification

命名空間:  Microsoft.TeamFoundation.Framework.Server
組件:  Microsoft.TeamFoundation.Framework.Server (在 Microsoft.TeamFoundation.Framework.Server.dll 中)

語法

'宣告
Public Class SecurityChangedNotification
public class SecurityChangedNotification

SecurityChangedNotification 型別會公開下列成員。

建構函式

  名稱 說明
公用方法 SecurityChangedNotification(Guid, IEnumerable<TokenRename>) 建立的 SecurityChangeNotification 建構函式 RenameToken 呼叫的。
公用方法 SecurityChangedNotification(Guid, List<AccessControlList>) 建立的 SecurityChangeNotification 建構函式 SetAccessControlLists 呼叫的。
公用方法 SecurityChangedNotification(Guid, List<String>, Boolean) 建立的 SecurityChangeNotification 建構函式 RemoveAccessControlLists 呼叫的。
公用方法 SecurityChangedNotification(Guid, String, Boolean) 建立的 SecurityChangeNotification 建構函式 SetInheritFlag 呼叫的。
公用方法 SecurityChangedNotification(Guid, String, List<IdentityDescriptor>) 建立的 SecurityChangeNotification 建構函式 RemovePermissions 呼叫的。
公用方法 SecurityChangedNotification(Guid, String, IdentityDescriptor, Int32) 建立的 SecurityChangeNotification 建構函式 RemoveExplicitPermissions 呼叫的。
公用方法 SecurityChangedNotification(Guid, String, List<AccessControlEntry>, Boolean) 建立的 SecurityChangeNotification 建構函式 SetPermissions 呼叫的。
公用方法 SecurityChangedNotification(Guid, String, String, Boolean) 建立的 SecurityChangeNotification 建構函式 RenameToken 呼叫的。

回頁首

屬性

  名稱 說明
公用屬性 AccessControlLists 設定的存取控制清單 (ACL)。 使用下列 SecurityChangeTypes:SetAccessControlLists
公用屬性 Descriptor 這 operatrion 應用的描述項。 使用下列 SecurityChangeTypes:RemoveExplicitPermissions
公用屬性 ExplicitPermissionsToRemove 使用權限中移除。 使用下列 SecurityChangeTypes:RemoveExplicitPermissions
公用屬性 InheritPermissions 則為 true,則語彙基元會設定繼承,否則為 false。 使用下列 SecurityChangeTypes:SetInheritFlag
公用屬性 Merge 為 True,如果使用權限應該合併,錯誤,則應覆寫。 使用下列 SecurityChangeTypes:SetPermissions
公用屬性 NamespaceId 變更中的安全性命名空間的 ID。這適用於任何使用 SecurityChangeTypes
公用屬性 Permissions 已套用之語彙基元的使用權限。 使用下列 SecurityChangeTypes:SetPermissions
公用屬性 Recurse 如果這項作業會遞迴,則為 true。 使用下列 SecurityChangeTypes:RemoveAccessControlLists
公用屬性 RemoveAceDescriptors 會在 RemovePermissions 呼叫期間移除其使用權限的識別。 使用下列 SecurityChangeTypes:RemoveAccessControlEntries
公用屬性 RenameTokenDestination RenameTokenSource 的重新命名目的。 使用下列 SecurityChangeTypes:RenameToken
公用屬性 RenameTokens 重新命名將設定的語彙基元,用來在單一呼叫可讓多個語彙基元重新命名的 RenameTokens 進行呼叫。 使用下列 SecurityChangeTypes
公用屬性 RenameTokenSource 重新命名為 RenameTokenDestination 的語彙基元。 使用下列 SecurityChangeTypes:RenameToken
公用屬性 RenameWillCopy 為 True,如果在使用權限要複製的重新命名時,錯誤,則會移動。 使用下列 SecurityChangeTypes:RenameToken
公用屬性 SecurityChangeType 表示安全性發生的變更類型。這個值決定此物件中的哪些屬性是有效的。 SetPermissions:NamepsaceId,語彙基元,使用權限,合併
公用屬性 Token 變更使用權限之後的語彙基元。 使用下列 SecurityChangeTypes:SetPermissions SetInheritFlag RemoveAccessControlEntries RemoveExplicitPermissions
公用屬性 Tokens 此作業會影響語彙基元的清單。 使用下列 SecurityChangeTypes:RemoveAccessControlLists

回頁首

方法

  名稱 說明
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
受保護的方法 Finalize 允許物件在記憶體回收進行回收之前,嘗試釋放資源並執行其他清除作業。 (繼承自 Object)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
受保護的方法 MemberwiseClone 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.TeamFoundation.Framework.Server 命名空間