C#
JSON Web Signatures (JWS) Examples for C#
- Create JWS Using HMAC SHA-256
- Validate JWS Using HMAC SHA-256
- Validate JWS Using RSASSA-PKCS1-v1_5 SHA-256
- Create JWS Using RSASSA-PSS using SHA-256 and MGF1 with SHA-256
- Validate a JWS Using ECDSA P-256 SHA-256
- Create a JWS Using ECDSA P-256 SHA-256
- Validate a JWS Using ECDSA P-521 SHA-512
- Create a JWS Using ECDSA P-521 SHA-512
- Create JWS with Multiple Signatures using the General JSON Serialization Format
- Validate JWS with Multiple Signatures using the General JSON Serialization Format
- Create JWS using the Flattened JSON Serialization Format
- How to Parse a X.509 Certificate and Extract its Public Key
- Get ECC Public Key in JWK Format (JSON Web Key)
- Get RSA Public Key in JWK Format (JSON Web Key)
- Get ECC Private Key in JWK Format (JSON Web Key)
- Get RSA Private Key in JWK Format (JSON Web Key)
- How to Load a JWK Set Published at a Remote URL
- How to Generate a JSON Web Key (JWK)
- Export Private Keys from Java KeyStore to JWK Set
- Compute JWK Thumbprint for RSA and EC Public Keys
- Compute JWK Thumbprint for RSA and EC Private Keys
- Load JWK into PublicKey Object
- Create JWS Using Private Key on a Smart Card