Freigeben über


SecurityKeyElement.IsSupportedAlgorithm Method

Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As SecurityKeyElement
Dim algorithm As String
Dim returnValue As Boolean

returnValue = instance.IsSupportedAlgorithm(algorithm)

Syntax

'Declaration
Public Overrides Function IsSupportedAlgorithm ( _
    algorithm As String _
) As Boolean
public override bool IsSupportedAlgorithm (
    string algorithm
)
public:
virtual bool IsSupportedAlgorithm (
    String^ algorithm
) override
public boolean IsSupportedAlgorithm (
    String algorithm
)
public override function IsSupportedAlgorithm (
    algorithm : String
) : boolean

Parameter

  • algorithm
     

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

SecurityKeyElement Class
SecurityKeyElement Members
Microsoft.IdentityModel.Tokens Namespace