Exemplo n.º 1
0
 public IPAddress(System.ReadOnlySpan <byte> address, long scopeid)
 {
 }
Exemplo n.º 2
0
 protected virtual void HashCore(System.ReadOnlySpan <byte> source)
 {
 }
Exemplo n.º 3
0
 protected override void HashCore(System.ReadOnlySpan <byte> source)
 {
 }
Exemplo n.º 4
0
 public static System.Diagnostics.ActivitySpanId CreateFromString(System.ReadOnlySpan <char> idData)
 {
     throw null;
 }
Exemplo n.º 5
0
 public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Exemplo n.º 6
0
 public virtual int GetChars(System.ReadOnlySpan <byte> bytes, System.Span <char> chars)
 {
     throw null;
 }
Exemplo n.º 7
0
 public bool Verify(System.Security.Cryptography.RSA key, System.ReadOnlySpan <byte> content)
 {
     throw null;
 }
 public virtual void ImportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.ReadOnlySpan <byte> source, out int bytesRead)
 {
     throw null;
 }
 public virtual void ImportFromEncryptedPem(System.ReadOnlySpan <char> input, System.ReadOnlySpan <char> password)
 {
 }
Exemplo n.º 10
0
 public static bool TryParse(System.ReadOnlySpan <char> s, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPEndPoint?result)
 {
     throw null;
 }
 public virtual void ImportSubjectPublicKeyInfo(System.ReadOnlySpan <byte> source, out int bytesRead)
 {
     throw null;
 }
Exemplo n.º 12
0
 public static System.Net.IPEndPoint Parse(System.ReadOnlySpan <char> s)
 {
     throw null;
 }
Exemplo n.º 13
0
 public static bool TryParse(System.ReadOnlySpan <char> ipSpan, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress?address)
 {
     throw null;
 }
Exemplo n.º 14
0
 public static System.Net.IPAddress Parse(System.ReadOnlySpan <char> ipSpan)
 {
     throw null;
 }
Exemplo n.º 15
0
 public virtual int GetByteCount(System.ReadOnlySpan <char> chars)
 {
     throw null;
 }
 public virtual void ImportFromPem(System.ReadOnlySpan <char> input)
 {
 }
Exemplo n.º 17
0
 public virtual int GetCharCount(System.ReadOnlySpan <byte> bytes)
 {
     throw null;
 }
 public virtual void ImportPkcs8PrivateKey(System.ReadOnlySpan <byte> source, out int bytesRead)
 {
     throw null;
 }
Exemplo n.º 19
0
 public string GetString(System.ReadOnlySpan <byte> bytes)
 {
     throw null;
 }
Exemplo n.º 20
0
 public System.Text.StringBuilder Append(System.ReadOnlySpan <char> value)
 {
     throw null;
 }
Exemplo n.º 21
0
 public static System.Diagnostics.ActivitySpanId CreateFromBytes(System.ReadOnlySpan <byte> idData)
 {
     throw null;
 }
Exemplo n.º 22
0
 public bool Equals(System.ReadOnlySpan <char> span)
 {
     throw null;
 }
Exemplo n.º 23
0
 public static System.Diagnostics.ActivityTraceId CreateFromUtf8String(System.ReadOnlySpan <byte> idData)
 {
     throw null;
 }
Exemplo n.º 24
0
 public System.Text.StringBuilder Insert(int index, System.ReadOnlySpan <char> value)
 {
     throw null;
 }
Exemplo n.º 25
0
 public static bool FixedTimeEquals(System.ReadOnlySpan <byte> left, System.ReadOnlySpan <byte> right)
 {
     throw null;
 }
Exemplo n.º 26
0
 public virtual void Convert(System.ReadOnlySpan <char> chars, System.Span <byte> bytes, bool flush, out int charsUsed, out int bytesUsed, out bool completed)
 {
     throw null;
 }
Exemplo n.º 27
0
 public bool TryComputeHash(System.ReadOnlySpan <byte> source, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Exemplo n.º 28
0
 public virtual int GetBytes(System.ReadOnlySpan <char> chars, System.Span <byte> bytes, bool flush)
 {
     throw null;
 }
Exemplo n.º 29
0
 public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
Exemplo n.º 30
0
 public IPAddress(System.ReadOnlySpan <byte> address)
 {
 }