class f__AnonymousType0<< Count > j__TPar
static byte[] FromBase64String(string s)
virtual bool VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm)
byte[] CreateSignature(byte[] rgbHash)
static new DSA Create(string algName)
virtual bool TryHashData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, [Out] int bytesWritten)
virtual bool TrySignData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, [Out] int bytesWritten)
virtual byte[] HashData(Stream data, HashAlgorithmName hashAlgorithm)
virtual bool VerifyData(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm)
bool VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm)
static Exception DerivedClassMustOverride()
virtual byte[] SignData(Stream data, HashAlgorithmName hashAlgorithm)
override void FromXmlString(string xmlString)
static DSA Create(DSAParameters parameters)
virtual byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
virtual byte[] SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)
virtual bool VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm)
void ImportParameters(DSAParameters parameters)
bool VerifySignature(byte[] rgbHash, byte[] rgbSignature)
virtual bool TryCreateSignature(ReadOnlySpan< byte > hash, Span< byte > destination, [Out] int bytesWritten)
DSAParameters ExportParameters(bool includePrivateParameters)
byte[] SignData(byte[] data, HashAlgorithmName hashAlgorithm)
override string ToXmlString(bool includePrivateParameters)
static DSA Create(int keySizeInBits)
static Exception HashAlgorithmNameNullOrEmpty()
virtual bool VerifySignature(ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature)
static string DiscardWhiteSpaces(string inputBuffer)
static int ConvertByteArrayToInt(byte[] input)
string SearchForTextOfLocalName(string strLocalName)
static void ThrowArgumentOutOfRangeException()