Click or drag to resize
WindowsLiveLoginBase64UrlEncode Method
Encode to Base 64

Namespace: CMS.ExternalAuthentication
Assembly: CMS.ExternalAuthentication (in CMS.ExternalAuthentication.dll) Version: 11.0.0
Syntax
C#
public string Base64UrlEncode(
	byte[] arg
)

Parameters

arg
Type: SystemByte
Array of bytes to encode

Return Value

Type: String
See Also