Share via


SPIdentityProofToken.SecurityKeys property

This member overrides SecurityToken.SecurityKeys.

Namespace:  Microsoft.SharePoint.IdentityModel
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SecurityKeys As ReadOnlyCollection(Of SecurityKey)
    Get
'Usage
Dim instance As SPIdentityProofToken
Dim value As ReadOnlyCollection(Of SecurityKey)

value = instance.SecurityKeys
public override ReadOnlyCollection<SecurityKey> SecurityKeys { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SecurityKey>

See also

Reference

SPIdentityProofToken class

SPIdentityProofToken members

Microsoft.SharePoint.IdentityModel namespace