43 public override byte[]
Key
55 [Obsolete(
"The default implementation of this cryptography algorithm is not supported.", DiagnosticId =
"SYSLIB0007", UrlFormat =
"https://aka.ms/dotnet-warnings/{0}")]
61 [RequiresUnreferencedCode(
"The default algorithm implementations might be removed, use strong type references like 'RSA.Create()' instead.")]
67 protected override void Dispose(
bool disposing)
69 base.Dispose(disposing);
72 protected override void HashCore(
byte[] rgb,
int ib,
int cb)
static string Cryptography_DefaultAlgorithm_NotSupported
static string HashNameMultipleSetNotSupported
static string CryptoConfigNotSupported
static object CreateFromName(string name)
override void HashCore(byte[] rgb, int ib, int cb)
override byte[] HashFinal()
override void Dispose(bool disposing)
override void Initialize()
override void HashCore(ReadOnlySpan< byte > source)
override bool TryHashFinal(Span< byte > destination, out int bytesWritten)
static new? HMAC Create(string algorithmName)