예제 #1
0
 public void DecodeBase64StringCreateSpan(string salt)
 {
     var decoded = DecodeB64Methods.DecodeBase64StringCreateSpan(salt, 16);
 }
예제 #2
0
 public void DecodeBase64ToBytes(string salt)
 {
     var decoded = DecodeB64Methods.DecodeBase64ToBytes(salt, 16);
 }
예제 #3
0
 public void DecodeBase64StandardSized(string salt)
 {
     var decoded = DecodeB64Methods.DecodeBase64StandardSized(salt, 16);
 }