CertificateExtension.EncodeValue(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encodes the string value into the value byte array.
public:
virtual void EncodeValue(Platform::String ^ value) = EncodeValue;
void EncodeValue(winrt::hstring const& value);
public void EncodeValue(string value);
function encodeValue(value)
Public Sub EncodeValue (value As String)
Parameters
- value
-
String
Platform::String
winrt::hstring
The string value to encode.