public override int Read(System.Span <char> buffer)
 {
     throw null;
 }
Beispiel #2
0
 public static int LastIndexOfAny <T>(this System.Span <T> span, System.ReadOnlySpan <T> values) where T : System.IEquatable <T>
 {
     throw null;
 }
Beispiel #3
0
 public static bool Overlaps <T>(this System.Span <T> span, System.ReadOnlySpan <T> other)
 {
     throw null;
 }
Beispiel #4
0
 public static bool Contains <T>(this System.Span <T> span, T value) where T : System.IEquatable <T>
 {
     throw null;
 }
Beispiel #5
0
 public static bool EndsWith <T>(this System.Span <T> span, System.ReadOnlySpan <T> value) where T : System.IEquatable <T>
 {
     throw null;
 }
 public bool TryWriteBytes(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #7
0
 public static int BinarySearch <T, TComparer>(this System.Span <T> span, T value, TComparer comparer) where TComparer : System.Collections.Generic.IComparer <T>
 {
     throw null;
 }
Beispiel #8
0
 protected virtual bool TryHashData(System.ReadOnlySpan <byte> source, System.Span <byte> destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)
 {
     throw null;
 }
Beispiel #9
0
 public bool TryFormat(System.Span <char> destination, out int charsWritten, System.ReadOnlySpan <char> format = default(System.ReadOnlySpan <char>), System.IFormatProvider?provider = null)
 {
     throw null;
 }
Beispiel #10
0
 public virtual void GetNonZeroBytes(System.Span <byte> data)
 {
 }
Beispiel #11
0
 public virtual bool TryEncrypt(System.ReadOnlySpan <byte> source, System.Span <byte> destination, RSAEncryptionPadding padding, out int bytesWritten)
 {
     throw null;
 }
Beispiel #12
0
 public bool TryGetHashAndReset(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #13
0
 public virtual bool TrySignHash(System.ReadOnlySpan <byte> source, System.Span <byte> destination, HashAlgorithmName hashAlgorithm, RSASignaturePadding padding, out int bytesWritten)
 {
     throw null;
 }
 protected override void GetCurrentHashCore(System.Span <byte> destination)
 {
 }
Beispiel #15
0
 public void CopyTo(System.Span <byte> destination)
 {
 }
Beispiel #16
0
 public bool TryWriteBytes(System.Span <byte> destination, out int bytesWritten, bool isUnsigned = false, bool isBigEndian = false)
 {
     throw null;
 }
Beispiel #17
0
 public bool TryFormat(System.Span <char> destination, out int charsWritten)
 {
     throw null;
 }
 public virtual bool TryExportEncryptedPkcs8PrivateKey(System.ReadOnlySpan <char> password, System.Security.Cryptography.PbeParameters pbeParameters, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #19
0
 public static int BinarySearch <T>(this System.Span <T> span, System.IComparable <T> comparable)
 {
     throw null;
 }
 public virtual bool TryExportPkcs8PrivateKey(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #21
0
 public static int BinarySearch <T, TComparable>(this System.Span <T> span, TComparable comparable) where TComparable : System.IComparable <T>
 {
     throw null;
 }
 public virtual bool TryExportSubjectPublicKeyInfo(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #23
0
 public static void CopyTo <T>(this T[] source, System.Span <T> destination)
 {
 }
 public static void ZeroMemory(System.Span <byte> buffer)
 {
 }
Beispiel #25
0
 public static int IndexOfAny <T>(this System.Span <T> span, T value0, T value1, T value2) where T : System.IEquatable <T>
 {
     throw null;
 }
 public bool TryComputeHash(System.ReadOnlySpan <byte> source, System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #27
0
 public static int LastIndexOf <T>(this System.Span <T> span, T value) where T : System.IEquatable <T>
 {
     throw null;
 }
 protected override bool TryHashFinal(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Beispiel #29
0
 public static bool Overlaps <T>(this System.Span <T> span, System.ReadOnlySpan <T> other, out int elementOffset)
 {
     throw null;
 }
Beispiel #30
0
 public bool TryCopyTo(System.Span <T> destination)
 {
     throw null;
 }