Click or drag to resize
WindowsLiveLoginBase64UrlDecode Method
Decode from Base 64

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

Parameters

encodedSegment
Type: SystemString
Segment to decode

Return Value

Type: Byte
See Also