RequestExtensions.ToBytes Method
This element is introduced in Windows PowerShell 5.0.
Namespace: Microsoft.OneGet.ServicesProvider.Common
Assembly: Microsoft.OneGet.ServicesProvider.Common (in Microsoft.OneGet.ServicesProvider.Common.dll)
Usage
'Usage
Dim securePassword As SecureString
Dim returnValue As IEnumerable(Of Byte)
returnValue = RequestExtensions.ToBytes(securePassword)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function ToBytes ( _
securePassword As SecureString _
) As IEnumerable(Of Byte)
[ExtensionAttribute]
public static IEnumerable<byte> ToBytes (
SecureString securePassword
)
[ExtensionAttribute]
public:
static IEnumerable<unsigned char>^ ToBytes (
SecureString^ securePassword
)
/** @attribute ExtensionAttribute() */
public static IEnumerable<byte> ToBytes (
SecureString securePassword
)
ExtensionAttribute
public static function ToBytes (
securePassword : SecureString
) : IEnumerable<byte>
Parameters
- securePassword
Return Value
Returns IEnumerable.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Target Platforms
See Also
Reference
RequestExtensions Class
RequestExtensions Members
Microsoft.OneGet.ServicesProvider.Common Namespace