SPIssuerTokenResolver.TryResolveSecurityKeyCore method

Resolves the given security keyIdentifierClause to a SecurityKey.

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

Syntax

'Declaration
Protected Overrides Function TryResolveSecurityKeyCore ( _
    keyIdentifierClause As SecurityKeyIdentifierClause, _
    <OutAttribute> ByRef key As SecurityKey _
) As Boolean
'Usage
Dim keyIdentifierClause As SecurityKeyIdentifierClause
Dim key As SecurityKey
Dim returnValue As Boolean

returnValue = Me.TryResolveSecurityKeyCore(keyIdentifierClause, _
    key)
protected override bool TryResolveSecurityKeyCore(
    SecurityKeyIdentifierClause keyIdentifierClause,
    out SecurityKey key
)

Parameters

Return value

Type: System.Boolean
Returns Booleantrue if successfully resolved otherwise false.

See also

Reference

SPIssuerTokenResolver class

SPIssuerTokenResolver members

Microsoft.SharePoint.IdentityModel namespace