SecurityHelperGetSecureBytes Method |
Namespace: SxcUtilsLibAssembly: SxcUtilsLib (in SxcUtilsLib.dll) Version: 2013.4.30.0 (2013.4.30.0)
Syntaxpublic static byte[] GetSecureBytes(
byte[] b
)
Public Shared Function GetSecureBytes (
b As Byte()
) As Byte()
public:
static array<unsigned char>^ GetSecureBytes(
array<unsigned char>^ b
)
static member GetSecureBytes :
b : byte[] -> byte[]
Parameters
- b
- Type: SystemByte
Return Value
Type:
Byte
See Also