Click or drag to resize

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)
Syntax
protected virtual int DecodeLastBlock(
	ICollection<byte> outStream,
	char c1,
	char c2,
	char c3,
	char c4,
	char c5,
	char c6,
	char c7,
	char c8
)

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