VersionControlSecuredObject Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for Web API data contracts that implements ISecuredObject for public projects
[System.Runtime.Serialization.DataContract]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.GitRepository))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.TeamFoundation.SourceControl.WebApi.GitPushRef))]
public abstract class VersionControlSecuredObject : Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type VersionControlSecuredObject = class
interface ISecuredObject
Public MustInherit Class VersionControlSecuredObject
Implements ISecuredObject
- Inheritance
-
VersionControlSecuredObject
- Derived
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| VersionControlSecuredObject() | |
| VersionControlSecuredObject(ISecuredObject) |
Methods
| SetSecuredObject(ISecuredObject, IEnumerable<VersionControlSecuredObject>) | |
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |