SecuredDictionary<TKey,TValue> 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.
[System.Runtime.Serialization.CollectionDataContract]
public class SecuredDictionary<TKey,TValue> : System.Collections.Generic.Dictionary<TKey,TValue>, Microsoft.VisualStudio.Services.WebApi.ISecuredObject
type SecuredDictionary<'Key, 'Value> = class
inherit Dictionary<'Key, 'Value>
interface ISecuredObject
Public Class SecuredDictionary(Of TKey, TValue)
Inherits Dictionary(Of TKey, TValue)
Implements ISecuredObject
Type Parameters
- TKey
- TValue
- Inheritance
-
Dictionary<TKey,TValue>SecuredDictionary<TKey,TValue>
- Attributes
- Implements
-
Microsoft.VisualStudio.Services.WebApi.ISecuredObject
Constructors
| SecuredDictionary<TKey,TValue>() | |
| SecuredDictionary<TKey,TValue>(ISecuredObject) |
Methods
| SetSecuredObject(ISecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | |
| ISecuredObject.NamespaceId | |
| ISecuredObject.RequiredPermissions |