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

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

_coreSystem.Security.Cryptography.RSACngprivate
AcceptImport(System.Security.Cryptography.CngPkcs8.Pkcs8Response response)System.Security.Cryptography.RSACnginlineprivate
CheckMagicValueOfKey(global::Interop.BCrypt.KeyBlobMagicNumber magic, bool includePrivateParameters)System.Security.Cryptography.RSACnginlineprivatestatic
Clear()System.Security.Cryptography.AsymmetricAlgorithminline
ClearPrivateParameters(in RSAParameters rsaParameters)System.Security.Cryptography.RSAinlineprivatestatic
Create(string algName)System.Security.Cryptography.RSAinlinestatic
Create(int keySizeInBits)System.Security.Cryptography.RSAinlinestatic
Create(RSAParameters parameters)System.Security.Cryptography.RSAinlinestatic
Create()System.Security.Cryptography.RSAinlinestatic
Decrypt(byte[] data, RSAEncryptionPadding padding)System.Security.Cryptography.RSACnginlinevirtual
DecryptValue(byte[] rgb)System.Security.Cryptography.RSAinlinevirtual
DerivedClassMustOverride()System.Security.Cryptography.RSAinlineprivatestatic
Dispose(bool disposing)System.Security.Cryptography.RSACnginlineprotectedvirtual
System::Security::Cryptography::RSA.Dispose()System.Security.Cryptography.AsymmetricAlgorithminline
Encrypt(byte[] data, RSAEncryptionPadding padding)System.Security.Cryptography.RSACnginlinevirtual
EncryptOrDecrypt(byte[] data, RSAEncryptionPadding padding, bool encrypt)System.Security.Cryptography.RSACnginlineprivate
EncryptOrDecrypt(SafeNCryptKeyHandle key, ReadOnlySpan< byte > input, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *paddingInfo, bool encrypt)System.Security.Cryptography.RSACnginlineprivate
EncryptOrDecrypt(SafeNCryptKeyHandle key, ReadOnlySpan< byte > input, Span< byte > output, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *paddingInfo, bool encrypt, out int bytesNeeded)System.Security.Cryptography.RSACnginlineprivatestatic
EncryptValue(byte[] rgb)System.Security.Cryptography.RSAinlinevirtual
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.RSACnginlineprivate
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters)System.Security.Cryptography.RSACnginlinevirtual
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters)System.Security.Cryptography.RSACnginlinevirtual
ExportKeyBlob(bool includePrivateParameters)System.Security.Cryptography.RSACnginlineprivate
ExportParameters(bool includePrivateParameters)System.Security.Cryptography.RSACnginline
ExportParameters(ref RSAParameters rsaParams, byte[] rsaBlob, bool includePrivateParameters)System.Security.Cryptography.RSACnginlineprivatestatic
ExportPkcs8PrivateKey()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ExportRSAPrivateKey()System.Security.Cryptography.RSAinlinevirtual
ExportRSAPublicKey()System.Security.Cryptography.RSAinlinevirtual
ExportSubjectPublicKeyInfo()System.Security.Cryptography.AsymmetricAlgorithminlinevirtual
ForceSetKeySize(int newKeySize)System.Security.Cryptography.RSACnginlineprivate
FromXmlString(string xmlString)System.Security.Cryptography.RSAinlinevirtual
GetDuplicatedKeyHandle()System.Security.Cryptography.RSACnginlineprivate
GetHashSizeInBytes(HashAlgorithmName hashAlgorithm)System.Security.Cryptography.RSACnginlineprivatestatic
HashAlgorithmNameNullOrEmpty()System.Security.Cryptography.RSAinlineprivatestatic
HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.RSACnginlineprotectedvirtual
HashData(Stream data, HashAlgorithmName hashAlgorithm)System.Security.Cryptography.RSACnginlineprotectedvirtual
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSACnginlinevirtual
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSACnginlinevirtual
ImportFromEncryptedPem(ReadOnlySpan< char > input, ReadOnlySpan< char > password)System.Security.Cryptography.RSAinlinevirtual
ImportFromEncryptedPem(ReadOnlySpan< char > input, ReadOnlySpan< byte > passwordBytes)System.Security.Cryptography.RSAinlinevirtual
ImportFromPem(ReadOnlySpan< char > input)System.Security.Cryptography.RSAinlinevirtual
ImportKeyBlob(byte[] rsaBlob, bool includePrivate)System.Security.Cryptography.RSACnginlineprivate
ImportParameters(RSAParameters parameters)System.Security.Cryptography.RSACnginline
ImportPkcs8PrivateKey(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSACnginlinevirtual
ImportRSAPrivateKey(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSAinlinevirtual
ImportRSAPublicKey(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSAinlinevirtual
ImportSubjectPublicKeyInfo(ReadOnlySpan< byte > source, out int bytesRead)System.Security.Cryptography.RSAinlinevirtual
KeySystem.Security.Cryptography.RSACng
KeyExchangeAlgorithmSystem.Security.Cryptography.RSA
KeySizeSystem.Security.Cryptography.AsymmetricAlgorithm
KeySizeValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
LegalKeySizesSystem.Security.Cryptography.RSACng
LegalKeySizesValueSystem.Security.Cryptography.AsymmetricAlgorithmprotected
ProcessPkcs8Response(System.Security.Cryptography.CngPkcs8.Pkcs8Response response)System.Security.Cryptography.RSACnginlineprivate
ReadRequiredElement(ref XmlKeyHelper.ParseState state, string name, int sizeHint=-1)System.Security.Cryptography.RSAinlineprivatestatic
RSACng(CngKey key)System.Security.Cryptography.RSACnginline
RSACng()System.Security.Cryptography.RSACnginline
RSACng(int keySize)System.Security.Cryptography.RSACnginline
s_hashSizesSystem.Security.Cryptography.RSACngprivatestatic
s_rsaFullPrivateBlobSystem.Security.Cryptography.RSACngprivatestatic
s_rsaPrivateBlobSystem.Security.Cryptography.RSACngprivatestatic
s_rsaPublicBlobSystem.Security.Cryptography.RSACngprivatestatic
SignatureAlgorithmSystem.Security.Cryptography.RSA
SignData(byte[] data, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinline
SignData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinlinevirtual
SignData(Stream data, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinlinevirtual
SignHash(byte[] hash, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSACnginlinevirtual
ThrowIfDisposed()System.Security.Cryptography.RSACnginlineprivate
ToXmlString(bool includePrivateParameters)System.Security.Cryptography.RSAinlinevirtual
TryDecrypt(ReadOnlySpan< byte > data, Span< byte > destination, RSAEncryptionPadding padding, out int bytesWritten)System.Security.Cryptography.RSACnginlinevirtual
TryEncrypt(ReadOnlySpan< byte > data, Span< byte > destination, RSAEncryptionPadding padding, out int bytesWritten)System.Security.Cryptography.RSACnginlinevirtual
TryEncryptOrDecrypt(ReadOnlySpan< byte > data, Span< byte > destination, RSAEncryptionPadding padding, bool encrypt, out int bytesWritten)System.Security.Cryptography.RSACnginlineprivate
TryEncryptOrDecrypt(SafeNCryptKeyHandle key, ReadOnlySpan< byte > input, Span< byte > output, global::Interop.NCrypt.AsymmetricPaddingMode paddingMode, void *paddingInfo, bool encrypt, out int bytesWritten)System.Security.Cryptography.RSACnginlineprivate
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.RSACnginlineprivate
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< byte > passwordBytes, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.RSACnginlinevirtual
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan< char > password, PbeParameters pbeParameters, Span< byte > destination, out int bytesWritten)System.Security.Cryptography.RSACnginlinevirtual
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.RSACnginlinevirtual
TryExportRSAPrivateKey(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.RSAinlinevirtual
TryExportRSAPublicKey(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.RSAinlinevirtual
TryExportSubjectPublicKeyInfo(Span< byte > destination, out int bytesWritten)System.Security.Cryptography.RSAinlinevirtual
TryHashData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)System.Security.Cryptography.RSACnginlineprotectedvirtual
TrySignData(ReadOnlySpan< byte > data, Span< byte > destination, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding, out int bytesWritten)System.Security.Cryptography.RSAinlinevirtual
TrySignHash(ReadOnlySpan< byte > hash, Span< byte > destination, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding, out int bytesWritten)System.Security.Cryptography.RSACnginlinevirtual
VerifyData(byte[] data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinline
VerifyData(byte[] data, int offset, int count, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinlinevirtual
VerifyData(Stream data, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinline
VerifyData(ReadOnlySpan< byte > data, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSAinlinevirtual
VerifyHash(byte[] hash, byte[] signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSACnginlinevirtual
VerifyHash(ReadOnlySpan< byte > hash, ReadOnlySpan< byte > signature, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding)System.Security.Cryptography.RSACnginlinevirtual
WritePkcs1PrivateKey()System.Security.Cryptography.RSAinlineprivate
WritePkcs1PublicKey()System.Security.Cryptography.RSAinlineprivate
WritePkcs8PrivateKey()System.Security.Cryptography.RSAinlineprivate