Keeper SDK Class Library
C#
Show/Hide TOC
Crypto
Utils
Base
64Url
Encode Method
Encodes byte array to string using Base64 URL encoding.
Definition
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
static
string
Base64UrlEncode
(
this
byte
[]
data
)
Parameters
data
Byte
Byte array.
Return Value
String
Base64 URL encoded string.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Byte
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
CryptoUtils Class
KeeperSecurity.Utils Namespace
In This Article
Definition
Parameters
Return Value
Usage Note
See Also