PrivacyPolicyManager class
Representa o Gerenciador de política de privacidade.
Inheritance hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.PrivacyPolicyManager
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class PrivacyPolicyManager
'Uso
Dim instance As PrivacyPolicyManager
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class PrivacyPolicyManager
Comentários
Para obter mais informações sobre políticas de privacidade, consulte Privacy Policies and Writing Policy-Compliant Code. Para um exemplo sobre como definir a política de privacidade de uma propriedade de código, consulte How to: Set Privacy Policies for User Profile Properties.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.