SPIdentityProofTokenCache.Item property
Namespace: Microsoft.SharePoint.IdentityModel
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Public Property Item ( _
cacheKey As OAuth2EndpointIdentity _
) As SPProofTokenCacheItem
Get
Set
'Usage
Dim instance As SPIdentityProofTokenCache
Dim cacheKey As OAuth2EndpointIdentity
Dim value As SPProofTokenCacheItem
value = instance.Item(cacheKey)
instance.Item(cacheKey) = value
public SPProofTokenCacheItem this[
OAuth2EndpointIdentity cacheKey
] { get; set; }
Parameters
Property value
Type: Microsoft.SharePoint.IdentityModel.SPProofTokenCacheItem
See also
Reference
SPIdentityProofTokenCache class