SignatureAlgorithmUnsupportedException Constructor (Int32)
Namespace: Microsoft.VisualStudio.Services.WebApi.Jwt
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
providerType As Integer _
)
public SignatureAlgorithmUnsupportedException(
int providerType
)
public:
SignatureAlgorithmUnsupportedException(
int providerType
)
new :
providerType:int -> SignatureAlgorithmUnsupportedException
public function SignatureAlgorithmUnsupportedException(
providerType : int
)
Parameters
- providerType
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SignatureAlgorithmUnsupportedException Class