Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1.23 KB

File metadata and controls

45 lines (37 loc) · 1.23 KB
title C# String Signing
keywords sample
summary String signing in C#
permalink csharp_string_signature_rsa.html
folder C#
references
url description
RSACryptoServiceProvider.SignData Method (Byte[], Object)
authors
name url
Nico Rusam
current_reviews
last_updated 2018-07-24
tags
C#
CSharp
dotnet core
.net core
RSA
Asymmetric
String
hash
SHA
SHA1

Use cases

  • Verifying if a string has been changed

Used .Net version

  • .Net Core 2.1

Example Code for C# based asymmetric key storage

{% include_relative csharp_cryptoexamples/src/ExampleSignature.cs %}

{% include links.html %}