TeamFoundationTagProviderBase<T>.SecurityProvider Property
Tag security provider
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property SecurityProvider As ITagSecurityProvider(Of T)
public abstract ITagSecurityProvider<T> SecurityProvider { get; }
public:
virtual property ITagSecurityProvider<T>^ SecurityProvider {
ITagSecurityProvider<T>^ get () abstract;
}
abstract SecurityProvider : ITagSecurityProvider<'T> with get
abstract function get SecurityProvider () : ITagSecurityProvider<T>
Property Value
Type: Microsoft.TeamFoundation.Server.Core.ITagSecurityProvider<T>
Implements
ITagProvider<T>.SecurityProvider
Remarks
Optional interface for tag-related security
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.