Asn1BitStringParserGetBitStream Method

Return a Stream representing the contents of the BIT STRING. The final byte, if any, may include pad bits. See PadBits.

Definition

Namespace: Org.BouncyCastle.Asn1
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae

Return Value

Stream
A Stream with its source as the BIT STRING content.

Exceptions

See Also