Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Utils
CryptoUtils Class
CryptoUtils Methods
Base64UrlDecode Method
Base64UrlEncode Method
CreateBioAuthHash Method
DecryptAesV1 Method
DecryptAesV2 Method
DecryptEc Method
DecryptRsa Method
DeriveKeyV1 Method
DeriveKeyV2 Method
DeriveV1KeyHash Method
EncryptAesV1 Method
EncryptEc Method
EncryptRsa Method
GenerateEcKey Method
GenerateEncryptionKey Method
GeneratePassword Method
GenerateRsaKey Method
GenerateUid Method
GetRandomBytes Method
GetTotpCode Method
LoadPrivateEcKey Method
LoadPrivateKey Method
LoadPublicEcKey Method
LoadPublicKey Method
UnloadEcPrivateKey Method
UnloadEcPublicKey Method
Crypto
Utils
Base
64Url
Decode Method
Decodes Base64 URL encoded string to byte array.
Namespace:
KeeperSecurity.Utils
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
static
byte
[]
Base64UrlDecode
(
this
string
text
)
Parameters
text
String
Base64 URL encoded string.
Return Value
Byte
Byte array.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
String
. 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