次の方法で共有


DigestUnsupportedException Constructor

Namespace:  Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.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.WebApi.Jwt Namespace