Asn1BitStringParserGetOctetStream Method
Return a
Stream representing the contents of the BIT STRING, where the content is
expected to be octet-aligned (this will be automatically checked during parsing).
Namespace: Org.BouncyCastle.Asn1Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
Function GetOctetStream As Stream
function GetOctetStream();
Return Value
StreamA
Stream with its source as the BIT STRING content.