public bool VerifySignatureForData(System.ReadOnlySpan <byte> data, out System.Security.Cryptography.X509Certificates.X509Certificate2 signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraCandidates = null)
 {
     throw null;
 }
 public Pkcs9LocalKeyId(System.ReadOnlySpan <byte> keyId)
 {
 }
 public static System.Security.Cryptography.Pkcs.Rfc3161TimestampRequest CreateFromData(System.ReadOnlySpan <byte> data, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.Security.Cryptography.Oid requestedPolicyId = null, System.ReadOnlyMemory <byte>?nonce = default(System.ReadOnlyMemory <byte>?), bool requestSignerCertificates = false, System.Security.Cryptography.X509Certificates.X509ExtensionCollection extensions = null)
 {
     throw null;
 }
 public void WriteBase64StringValue(System.ReadOnlySpan <byte> bytes)
 {
 }
Beispiel #5
0
 int Utils.Wrappers.Interfaces.ISocket.Send(System.ReadOnlySpan <byte> buffer, SocketFlags socketFlags, out SocketError errorCode)
 {
     return(base.Send(buffer, socketFlags, out errorCode));
 }
 public bool ValueTextEquals(System.ReadOnlySpan <byte> utf8Text)
 {
     throw null;
 }
 public void WriteBase64String(string propertyName, System.ReadOnlySpan <byte> bytes)
 {
 }
 public System.Security.Cryptography.Pkcs.Pkcs12ShroudedKeyBag AddShroudedKey(System.Security.Cryptography.AsymmetricAlgorithm key, System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public void Decrypt(System.ReadOnlySpan <byte> passwordBytes)
 {
 }
 public void SealWithMac(System.ReadOnlySpan <char> password, System.Security.Cryptography.HashAlgorithmName hashAlgorithm, int iterationCount)
 {
 }
 public bool VerifyMac(System.ReadOnlySpan <char> password)
 {
     throw null;
 }
 public void AddSafeContentsEncrypted(System.Security.Cryptography.Pkcs.Pkcs12SafeContents safeContents, System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
 }
Beispiel #13
0
 public void Decode(System.ReadOnlySpan <byte> encodedMessage)
 {
 }
Beispiel #14
0
 public static System.Security.Cryptography.Oid GetContentType(System.ReadOnlySpan <byte> encodedMessage)
 {
     throw null;
 }
 public bool VerifySignatureForHash(System.ReadOnlySpan <byte> hash, System.Security.Cryptography.Oid hashAlgorithmId, out System.Security.Cryptography.X509Certificates.X509Certificate2 signerCertificate, System.Security.Cryptography.X509Certificates.X509Certificate2Collection extraCandidates = null)
 {
     throw null;
 }
 public void Decrypt(System.ReadOnlySpan <char> password)
 {
 }
Beispiel #17
0
        static string[] GetMemorySizes()
        {
            var memSizes = new string[IcedConstants.NumberOfMemorySizes];

#if HAS_SPAN
            System.ReadOnlySpan <byte> data =
#else
            byte[] data =
#endif
                new byte[IcedConstants.NumberOfMemorySizes] {
                // GENERATOR-BEGIN: MemorySizes
                // ⚠️This was generated by GENERATOR!🦹‍♂️
                0x00,
                0x01,
                0x0D,
                0x03,
                0x0B,
                0x0B,
                0x0E,
                0x0F,
                0x10,
                0x01,
                0x0D,
                0x03,
                0x0B,
                0x0E,
                0x0F,
                0x10,
                0x03,
                0x08,
                0x0C,
                0x0D,
                0x03,
                0x0B,
                0x03,
                0x0B,
                0x0B,
                0x09,
                0x08,
                0x08,
                0x0D,
                0x03,
                0x0B,
                0x0C,
                0x0E,
                0x0D,
                0x04,
                0x05,
                0x07,
                0x06,
                0x00,
                0x00,
                0x00,
                0x00,
                0x0C,
                0x10,
                0x00,
                0x0C,
                0x11,
                0x10,
                0x0D,
                0x0D,
                0x03,
                0x03,
                0x03,
                0x03,
                0x03,
                0x0B,
                0x0B,
                0x0B,
                0x0B,
                0x0B,
                0x0B,
                0x0B,
                0x0B,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0E,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x0F,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x10,
                0x02,
                0x02,
                0x02,
                0x02,
                0x02,
                0x0A,
                0x0A,
                0x0A,
                0x02,
                0x0A,
                0x02,
                0x02,
                0x0A,
                0x0A,
                0x0A,
                0x02,
                0x0A,
                0x02,
                0x02,
                0x0A,
                0x0A,
                0x0A,
                0x02,
                0x0A,
                0x02,
                0x02,
                0x02,
                0x0A,
                0x0A,
                0x0A,
                0x0A,
                0x0A,
                0x0A,
                0x02,
                0x02,
                0x02,
                // GENERATOR-END: MemorySizes
            };

            for (int i = 0; i < memSizes.Length; i++)
            {
                var keywords = data[i] switch {
                    // GENERATOR-BEGIN: Switch
                    // ⚠️This was generated by GENERATOR!🦹‍♂️
                    0 => "",
                    1 => "byte ptr ",
                    2 => "dword bcst ",
                    3 => "dword ptr ",
                    4 => "fpuenv14 ptr ",
                    5 => "fpuenv28 ptr ",
                    6 => "fpustate108 ptr ",
                    7 => "fpustate94 ptr ",
                    8 => "fword ptr ",
                    9 => "oword ptr ",
                    10 => "qword bcst ",
                    11 => "qword ptr ",
                    12 => "tbyte ptr ",
                    13 => "word ptr ",
                    14 => "xmmword ptr ",
                    15 => "ymmword ptr ",
                    16 => "zmmword ptr ",
                    17 => "mem384 ptr ",
                    // GENERATOR-END: Switch
                    _ => throw new InvalidOperationException(),
                };
                memSizes[i] = keywords;
            }

            return(memSizes);
        }
 public static System.Security.Cryptography.Pkcs.Pkcs8PrivateKeyInfo DecryptAndDecode(System.ReadOnlySpan <char> password, System.ReadOnlyMemory <byte> source, out int bytesRead)
 {
     throw null;
 }
 public bool ValueTextEquals(System.ReadOnlySpan <char> text)
 {
     throw null;
 }
 public byte[] Encrypt(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
 public void WriteBase64String(System.Text.Json.JsonEncodedText propertyName, System.ReadOnlySpan <byte> bytes)
 {
 }
 public bool TryEncrypt(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
 public void WriteBoolean(System.ReadOnlySpan <byte> utf8PropertyName, bool value)
 {
 }
Beispiel #24
0
 int Utils.Wrappers.Interfaces.ISocket.Send(System.ReadOnlySpan <byte> buffer)
 {
     return(base.Send(buffer));
 }