Base32EncoderDecodeLastBlock Method |
Namespace:
Unvired.Kernel.UWP.Security
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected virtual int DecodeLastBlock(
ICollection<byte> outStream,
char c1,
char c2,
char c3,
char c4,
char c5,
char c6,
char c7,
char c8
)
Protected Overridable Function DecodeLastBlock (
outStream As ICollection(Of Byte),
c1 As Char,
c2 As Char,
c3 As Char,
c4 As Char,
c5 As Char,
c6 As Char,
c7 As Char,
c8 As Char
) As Integer
protected:
virtual int DecodeLastBlock(
ICollection<unsigned char>^ outStream,
wchar_t c1,
wchar_t c2,
wchar_t c3,
wchar_t c4,
wchar_t c5,
wchar_t c6,
wchar_t c7,
wchar_t c8
)
abstract DecodeLastBlock :
outStream : ICollection<byte> *
c1 : char *
c2 : char *
c3 : char *
c4 : char *
c5 : char *
c6 : char *
c7 : char *
c8 : char -> int
override DecodeLastBlock :
outStream : ICollection<byte> *
c1 : char *
c2 : char *
c3 : char *
c4 : char *
c5 : char *
c6 : char *
c7 : char *
c8 : char -> int Parameters
- outStream
- Type: System.Collections.GenericICollectionByte
- c1
- Type: SystemChar
- c2
- Type: SystemChar
- c3
- Type: SystemChar
- c4
- Type: SystemChar
- c5
- Type: SystemChar
- c6
- Type: SystemChar
- c7
- Type: SystemChar
- c8
- Type: SystemChar
Return Value
Type:
Int32
See Also