Edit

SecuredDictionary<TKey,TValue> Class

Definition

[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

Applies to