Freigeben über


UnsupportedAlgorithmException Class

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

Verwendung

    Dim instance As UnsupportedAlgorithmException

Syntax

'Declaration
<SerializableAttribute> _
Public Class UnsupportedAlgorithmException
    Inherits Exception
[SerializableAttribute] 
public class UnsupportedAlgorithmException : Exception
[SerializableAttribute] 
public ref class UnsupportedAlgorithmException : public Exception
/** @attribute SerializableAttribute() */ 
public class UnsupportedAlgorithmException extends Exception
SerializableAttribute 
public class UnsupportedAlgorithmException extends Exception

Vererbungshierarchie

System.Object
   System.Exception
    Microsoft.IdentityModel.Tokens.UnsupportedAlgorithmException

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

UnsupportedAlgorithmException Members
Microsoft.IdentityModel.Tokens Namespace