public override int Read(System.Span <char> buffer)
 {
     throw null;
 }
Пример #2
0
 public static int LastIndexOfAny <T>(this System.Span <T> span, System.ReadOnlySpan <T> values) where T : System.IEquatable <T>
 {
     throw null;
 }
Пример #3
0
 public static bool Overlaps <T>(this System.Span <T> span, System.ReadOnlySpan <T> other)
 {
     throw null;
 }
Пример #4
0
 public static bool Contains <T>(this System.Span <T> span, T value) where T : System.IEquatable <T>
 {
     throw null;
 }
Пример #5
0
 public static bool EndsWith <T>(this System.Span <T> span, System.ReadOnlySpan <T> value) where T : System.IEquatable <T>
 {
     throw null;
 }
Пример #6
0
 public bool TryWriteBytes(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Пример #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;
 }
Пример #8
0
 protected virtual bool TryHashData(System.ReadOnlySpan <byte> source, System.Span <byte> destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)
 {
     throw null;
 }
Пример #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;
 }
Пример #10
0
 public virtual void GetNonZeroBytes(System.Span <byte> data)
 {
 }
Пример #11
0
 public virtual bool TryEncrypt(System.ReadOnlySpan <byte> source, System.Span <byte> destination, RSAEncryptionPadding padding, out int bytesWritten)
 {
     throw null;
 }
Пример #12
0
 public bool TryGetHashAndReset(System.Span <byte> destination, out int bytesWritten)
 {
     throw null;
 }
Пример #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)
 {
 }
Пример #15
0
 public void CopyTo(System.Span <byte> destination)
 {
 }
Пример #16
0
 public bool TryWriteBytes(System.Span <byte> destination, out int bytesWritten, bool isUnsigned = false, bool isBigEndian = false)
 {
     throw null;
 }
Пример #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;
 }
Пример #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;
 }
Пример #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;
 }
Пример #23
0
 public static void CopyTo <T>(this T[] source, System.Span <T> destination)
 {
 }
 public static void ZeroMemory(System.Span <byte> buffer)
 {
 }
Пример #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;
 }
Пример #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;
 }
Пример #29
0
 public static bool Overlaps <T>(this System.Span <T> span, System.ReadOnlySpan <T> other, out int elementOffset)
 {
     throw null;
 }
Пример #30
0
 public bool TryCopyTo(System.Span <T> destination)
 {
     throw null;
 }