Exemple #1
0
 public IPAddress(System.ReadOnlySpan <byte> address, long scopeid)
 {
 }
Exemple #2
0
 protected virtual void HashCore(System.ReadOnlySpan <byte> source)
 {
 }
Exemple #3
0
 protected override void HashCore(System.ReadOnlySpan <byte> source)
 {
 }
Exemple #4
0
 public static System.Diagnostics.ActivitySpanId CreateFromString(System.ReadOnlySpan <char> idData)
 {
     throw null;
 }
Exemple #5
0
 public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Exemple #6
0
 public virtual int GetChars(System.ReadOnlySpan <byte> bytes, System.Span <char> chars)
 {
     throw null;
 }
Exemple #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)
 {
 }
Exemple #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;
 }
Exemple #12
0
 public static System.Net.IPEndPoint Parse(System.ReadOnlySpan <char> s)
 {
     throw null;
 }
Exemple #13
0
 public static bool TryParse(System.ReadOnlySpan <char> ipSpan, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.IPAddress?address)
 {
     throw null;
 }
Exemple #14
0
 public static System.Net.IPAddress Parse(System.ReadOnlySpan <char> ipSpan)
 {
     throw null;
 }
Exemple #15
0
 public virtual int GetByteCount(System.ReadOnlySpan <char> chars)
 {
     throw null;
 }
 public virtual void ImportFromPem(System.ReadOnlySpan <char> input)
 {
 }
Exemple #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;
 }
Exemple #19
0
 public string GetString(System.ReadOnlySpan <byte> bytes)
 {
     throw null;
 }
Exemple #20
0
 public System.Text.StringBuilder Append(System.ReadOnlySpan <char> value)
 {
     throw null;
 }
Exemple #21
0
 public static System.Diagnostics.ActivitySpanId CreateFromBytes(System.ReadOnlySpan <byte> idData)
 {
     throw null;
 }
Exemple #22
0
 public bool Equals(System.ReadOnlySpan <char> span)
 {
     throw null;
 }
Exemple #23
0
 public static System.Diagnostics.ActivityTraceId CreateFromUtf8String(System.ReadOnlySpan <byte> idData)
 {
     throw null;
 }
Exemple #24
0
 public System.Text.StringBuilder Insert(int index, System.ReadOnlySpan <char> value)
 {
     throw null;
 }
Exemple #25
0
 public static bool FixedTimeEquals(System.ReadOnlySpan <byte> left, System.ReadOnlySpan <byte> right)
 {
     throw null;
 }
Exemple #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;
 }
Exemple #27
0
 public bool TryComputeHash(System.ReadOnlySpan <byte> source, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Exemple #28
0
 public virtual int GetBytes(System.ReadOnlySpan <char> chars, System.Span <byte> bytes, bool flush)
 {
     throw null;
 }
Exemple #29
0
 public virtual byte[] ExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters)
 {
     throw null;
 }
Exemple #30
0
 public IPAddress(System.ReadOnlySpan <byte> address)
 {
 }