Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.Cryptography.DSACng Member List

This is the complete list of members for System.Security.Cryptography.DSACng, including all inherited members.

_coreSystem.Security.Cryptography.DSACngprivate
_dsnCngSystem.Security.Cryptography.DSACngprivate
AdjustHashSizeIfNecessary(ReadOnlySpan< byte > hash, Span< byte > stackBuf)System.Security.Cryptography.DSACnginlineprivate
CheckMagicValueOfKey(global::Interop.BCrypt.KeyBlobMagicNumber magic, bool includePrivateParameters)System.Security.Cryptography.DSACnginlineprivatestatic
Clear()System.Security.Cryptography.AsymmetricAlgorithminline
ComputeQLength()System.Security.Cryptography.DSACnginlineprivate
Create(string algName)System.Security.Cryptography.DSAinlinestatic
Create()System.Security.Cryptography.DSAinlinestatic
Create(int keySizeInBits)System.Security.Cryptography.DSAinlinestatic
Create(DSAParameters parameters)System.Security.Cryptography.DSAinlinestatic
CreateCore()System.Security.Cryptography.DSAinlineprivatestatic
CreateSignature(byte[] rgbHash)System.Security.Cryptography.DSACnginline
System::Security::Cryptography::DSA.CreateSignature(byte[] rgbHash, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
CreateSignatureCore(ReadOnlySpan< byte > hash, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
DerivedClassMustOverride()System.Security.Cryptography.DSAinlineprivatestatic
Dispose(bool disposing)System.Security.Cryptography.DSACnginlineprotectedvirtual
System::Security::Cryptography::DSA.Dispose()System.Security.Cryptography.AsymmetricAlgorithminline
DSACng(CngKey key)System.Security.Cryptography.DSACnginline
DSACng()System.Security.Cryptography.DSACnginline
DSACng(int keySize)System.Security.Cryptography.DSACnginline
ExportArray(TryExport exporter)System.Security.Cryptography.AsymmetricAlgorithminlineprivatestatic
ExportArray< T >(ReadOnlySpan< T > password, PbeParameters pbeParameters, TryExportPbe< T > exporter)System.Security.Cryptography.AsymmetricAlgorithminlineprivatestatic
ExportEncryptedPkcs8(ReadOnlySpan< char > pkcs8Password, int kdfCount)System.Security.Cryptography.DSACnginlineprivate
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters)System.Security.Cryptography.DSACnginlinevirtual
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters)System.Security.Cryptography.DSACnginlinevirtual
ExportKeyBlob(bool includePrivateParameters)System.Security.Cryptography.DSACnginlineprivate
ExportParameters(bool includePrivateParameters)System.Security.Cryptography.DSACnginline
ExportPkcs8PrivateKey()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ExportSubjectPublicKeyInfo()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ForceSetKeySize(int newKeySize)System.Security.Cryptography.DSACnginlineprivate
FromXmlString(string xmlString)System.Security.Cryptography.DSAinlinevirtual
GenerateV1DsaBlob(out byte[] blob, DSAParameters parameters, int cbKey, bool includePrivate)System.Security.Cryptography.DSACnginlineprivatestatic
GenerateV2DsaBlob(out byte[] blob, DSAParameters parameters, int cbKey, bool includePrivateParameters)System.Security.Cryptography.DSACnginlineprivatestatic
GetDuplicatedKeyHandle()System.Security.Cryptography.DSACnginlineprivate
GetMaxSignatureSize(DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
HashAlgorithmNameNullOrEmpty()System.Security.Cryptography.DSAinlinepackagestatic
HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSACnginlineprotectedvirtual
HashData(Stream data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSACnginlineprotectedvirtual
HashSpanToArray(ReadOnlySpan< byte > data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlineprivate
HashSpanToTmp(ReadOnlySpan< byte > data, HashAlgorithmName hashAlgorithm, Span< byte > tmp)System.Security.Cryptography.DSAinlineprivate
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSACnginlinevirtual
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSACnginlinevirtual
ImportFromEncryptedPem(ReadOnlySpan< char > input, ReadOnlySpan< char > password)System.Security.Cryptography.DSAinlinevirtual
ImportFromEncryptedPem(ReadOnlySpan< char > input, ReadOnlySpan< byte > passwordBytes)System.Security.Cryptography.DSAinlinevirtual
ImportFromPem(ReadOnlySpan< char > input)System.Security.Cryptography.DSAinlinevirtual
ImportKeyBlob(byte[] dsaBlob, bool includePrivate)System.Security.Cryptography.DSACnginlineprivate
ImportParameters(DSAParameters parameters)System.Security.Cryptography.DSACnginline
ImportPkcs8PrivateKey(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSAinlinevirtual
ImportSubjectPublicKeyInfo(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSAinlinevirtual
KeySystem.Security.Cryptography.DSACng
KeyExchangeAlgorithmSystem.Security.Cryptography.DSACng
KeySizeSystem.Security.Cryptography.AsymmetricAlgorithm
KeySizeValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
LegalKeySizesSystem.Security.Cryptography.DSACng
LegalKeySizesValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
ReadRequiredElement(ref XmlKeyHelper.ParseState state, string name, int sizeHint=-1)System.Security.Cryptography.DSAinlineprivatestatic
s_defaultKeySizeSystem.Security.Cryptography.DSACngprivatestatic
s_legalKeySizesSystem.Security.Cryptography.DSACngprivatestatic
SignatureAlgorithmSystem.Security.Cryptography.DSACng
SignData(byte[] data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinline
SignData(byte[] data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
SignData(Stream data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
SignData(Stream data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
SignDataCore(ReadOnlySpan< byte > data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
SignDataCore(Stream data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
Supports2048KeySize()System.Security.Cryptography.DSACnginlineprivatestatic
ThrowIfDisposed()System.Security.Cryptography.DSACnginlineprivate
ToXmlString(bool includePrivateParameters)System.Security.Cryptography.DSAinlinevirtual
TryCreateSignature(ReadOnlySpan< byte > hash, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSACnginlinevirtual
System::Security::Cryptography::DSA.TryCreateSignature(ReadOnlySpan< byte > hash, Span< byte > destination, DSASignatureFormat signatureFormat, out int bytesWritten)System.Security.Cryptography.DSAinline
TryCreateSignatureCore(ReadOnlySpan< byte > hash, Span< byte > destination, DSASignatureFormat signatureFormat, out int bytesWritten)System.Security.Cryptography.DSAinlineprotectedvirtual
TryExport(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.AsymmetricAlgorithmprivate
TryExportEncryptedPkcs8(ReadOnlySpan< char > pkcs8Password, int kdfCount, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSACnginlineprivate
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSACnginlinevirtual
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSACnginlinevirtual
TryExportPbe< T >(ReadOnlySpan< T > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.AsymmetricAlgorithmprivate
TryExportPkcs8PrivateKey(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSACnginlinevirtual
TryExportSubjectPublicKeyInfo(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)System.Security.Cryptography.DSACnginlineprotectedvirtual
TrySignData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
TrySignData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat, out int bytesWritten)System.Security.Cryptography.DSAinline
TrySignDataCore(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat, out int bytesWritten)System.Security.Cryptography.DSAinlineprotectedvirtual
VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinline
VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
VerifyData(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
VerifyData(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
VerifyDataCore(Stream data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
VerifyDataCore(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
VerifySignature(byte[] rgbHash, byte[] rgbSignature)System.Security.Cryptography.DSACnginline
VerifySignature(ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature)System.Security.Cryptography.DSACnginlinevirtual
System::Security::Cryptography::DSA.VerifySignature(byte[] rgbHash, byte[] rgbSignature, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.VerifySignature(ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
VerifySignatureCore(ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
WritePkcs8()System.Security.Cryptography.DSAinlineprivate
WriteSubjectPublicKeyInfo()System.Security.Cryptography.DSAinlineprivate