C# Class Internal.Cryptography.Pal.Native.CRYPT_BIT_BLOB

Show file Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
cUnusedBits int
cbData int
pbData byte*

Public Methods

Method Description
ToByteArray ( ) : byte[]

Method Details

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]

Property Details

cUnusedBits public property

public int cUnusedBits
return int

cbData public property

public int cbData
return int

pbData public property

public byte* pbData
return byte*