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

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

_disposedSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_keySizeSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_parametersSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_randomKeyContainerSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_safeKeyHandleSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_safeProvHandleSystem.Security.Cryptography.DSACryptoServiceProviderprivate
_sha1System.Security.Cryptography.DSACryptoServiceProviderprivate
AcquireSafeProviderHandle()System.Security.Cryptography.DSACryptoServiceProviderinlineprivate
Clear()System.Security.Cryptography.AsymmetricAlgorithminline
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.DSACryptoServiceProviderinline
System::Security::Cryptography::DSA.CreateSignature(byte[] rgbHash, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
CreateSignatureCore(ReadOnlySpan< byte > hash, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinlineprotectedvirtual
CspKeyContainerInfoSystem.Security.Cryptography.DSACryptoServiceProvider
DerivedClassMustOverride()System.Security.Cryptography.DSAinlineprivatestatic
Dispose(bool disposing)System.Security.Cryptography.DSACryptoServiceProviderinlineprotectedvirtual
System::Security::Cryptography::DSA.Dispose()System.Security.Cryptography.AsymmetricAlgorithminline
DSACryptoServiceProvider()System.Security.Cryptography.DSACryptoServiceProviderinline
DSACryptoServiceProvider(int dwKeySize)System.Security.Cryptography.DSACryptoServiceProviderinline
DSACryptoServiceProvider(CspParameters? parameters)System.Security.Cryptography.DSACryptoServiceProviderinline
DSACryptoServiceProvider(int dwKeySize, CspParameters? parameters)System.Security.Cryptography.DSACryptoServiceProviderinline
ExportArray(TryExport exporter)System.Security.Cryptography.AsymmetricAlgorithminlineprivatestatic
ExportArray< T >(ReadOnlySpan< T > password, PbeParameters pbeParameters, TryExportPbe< T > exporter)System.Security.Cryptography.AsymmetricAlgorithminlineprivatestatic
ExportCspBlob(bool includePrivateParameters)System.Security.Cryptography.DSACryptoServiceProviderinline
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters)System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters)System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ExportParameters(bool includePrivateParameters)System.Security.Cryptography.DSACryptoServiceProviderinline
ExportPkcs8PrivateKey()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ExportSubjectPublicKeyInfo()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
FromXmlString(string xmlString)System.Security.Cryptography.DSAinlinevirtual
GetMaxSignatureSize(DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
HashAlgorithmNameNullOrEmpty()System.Security.Cryptography.DSAinlinepackagestatic
HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSACryptoServiceProviderinlineprotectedvirtual
HashData(Stream data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSACryptoServiceProviderinlineprotectedvirtual
HashSpanToArray(ReadOnlySpan< byte > data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlineprivate
HashSpanToTmp(ReadOnlySpan< byte > data, HashAlgorithmName hashAlgorithm, Span< byte > tmp)System.Security.Cryptography.DSAinlineprivate
ImportCspBlob(byte[] keyBlob)System.Security.Cryptography.DSACryptoServiceProviderinline
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSACryptoServiceProviderinlinevirtual
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSACryptoServiceProviderinlinevirtual
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
ImportParameters(DSAParameters parameters)System.Security.Cryptography.DSACryptoServiceProviderinline
ImportPkcs8PrivateKey(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSAinlinevirtual
ImportSubjectPublicKeyInfo(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.DSAinlinevirtual
IsPublic(byte[] keyBlob)System.Security.Cryptography.DSACryptoServiceProviderinlineprivatestatic
KeyExchangeAlgorithmSystem.Security.Cryptography.DSACryptoServiceProvider
KeySizeSystem.Security.Cryptography.DSACryptoServiceProvider
KeySizeValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
LegalKeySizesSystem.Security.Cryptography.DSACryptoServiceProvider
LegalKeySizesValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
PersistKeyInCspSystem.Security.Cryptography.DSACryptoServiceProvider
PublicOnlySystem.Security.Cryptography.DSACryptoServiceProvider
ReadRequiredElement(ref XmlKeyHelper.ParseState state, string name, int sizeHint=-1)System.Security.Cryptography.DSAinlineprivatestatic
s_useMachineKeyStoreSystem.Security.Cryptography.DSACryptoServiceProviderprivatestatic
SafeKeyHandleSystem.Security.Cryptography.DSACryptoServiceProviderprivate
SafeProvHandleSystem.Security.Cryptography.DSACryptoServiceProviderprivate
SignatureAlgorithmSystem.Security.Cryptography.DSACryptoServiceProvider
SignData(Stream inputStream)System.Security.Cryptography.DSACryptoServiceProviderinline
SignData(byte[] buffer)System.Security.Cryptography.DSACryptoServiceProviderinline
SignData(byte[] buffer, int offset, int count)System.Security.Cryptography.DSACryptoServiceProviderinline
System::Security::Cryptography::DSA.SignData(byte[] data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.SignData(byte[] data, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
System::Security::Cryptography::DSA.SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.SignData(Stream data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
System::Security::Cryptography::DSA.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
SignHash(byte[] rgbHash, string? str)System.Security.Cryptography.DSACryptoServiceProviderinline
ThrowIfDisposed()System.Security.Cryptography.DSACryptoServiceProviderinlineprivate
ToXmlString(bool includePrivateParameters)System.Security.Cryptography.DSAinlinevirtual
TryCreateSignature(ReadOnlySpan< byte > hash, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
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
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
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.DSAinlinevirtual
TryExportSubjectPublicKeyInfo(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.DSAinlinevirtual
TryHashData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)System.Security.Cryptography.DSAinlineprotectedvirtual
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
UseMachineKeyStoreSystem.Security.Cryptography.DSACryptoServiceProviderstatic
VerifyData(byte[] rgbData, byte[] rgbSignature)System.Security.Cryptography.DSACryptoServiceProviderinline
System::Security::Cryptography::DSA.VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
System::Security::Cryptography::DSA.VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
System::Security::Cryptography::DSA.VerifyData(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.DSAinlinevirtual
System::Security::Cryptography::DSA.VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm, DSASignatureFormat signatureFormat)System.Security.Cryptography.DSAinline
System::Security::Cryptography::DSA.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
VerifyHash(byte[] rgbHash, string? str, byte[] rgbSignature)System.Security.Cryptography.DSACryptoServiceProviderinline
VerifySignature(byte[] rgbHash, byte[] rgbSignature)System.Security.Cryptography.DSACryptoServiceProviderinline
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)System.Security.Cryptography.DSAinlinevirtual
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