DigestUnsupportedException Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.VisualStudio.Services.Common.JWT
Assembly:  Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)

Syntax

'Declaration
Public Sub New ( _
    supportedDigest As String, _
    invalidDigest As String _
)
public DigestUnsupportedException(
    string supportedDigest,
    string invalidDigest
)
public:
DigestUnsupportedException(
    String^ supportedDigest, 
    String^ invalidDigest
)
new : 
        supportedDigest:string * 
        invalidDigest:string -> DigestUnsupportedException
public function DigestUnsupportedException(
    supportedDigest : String, 
    invalidDigest : String
)

Parameters

.NET Framework Security

See Also

Reference

DigestUnsupportedException Class

Microsoft.VisualStudio.Services.Common.JWT Namespace