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
keyIdentifierClause
Type: System.IdentityModel.Tokens.SecurityKeyIdentifierClauseSecurityKeyIdentifierClause to resolve.
key
Type: System.IdentityModel.Tokens.SecurityKeyThe resolved SecurityKey.
Return Value
Type: System.Boolean
Returns Booleantrue if successfully resolved otherwise false.