In files containing data other than text, semi-binary encodings like base64 and uuencoding, and even binary encodings, accidentally produce spurious words 某些包含数据和文本的文件,类似base64和uuencoding的半二进制编码,甚至二进制编码意外地生成了假词。
In a web environment, the browser posts a form to the destination site and includes a base64-encoded signature and assertion in a hidden form variable 在web环境中,浏览器将表单公布(post)到目标站点,并且在一个隐藏的表单变量中包含一个用base64编码的签名和断言。
In the domino web access code, many of these formulas are compiled and the binary results are encoded in base64 before they are stored in the form or subform 在dominowebaccess代码中,许多公式在存储到表单或子表单中之前都进行了编译,二进制结果都用base64进行了编码。
When the html for the page is rendered, the current state of the page and values that need to be retained during postback are serialized into base64-encoded strings and output in the view state hidden field or fields 当呈现页的html形式时,需要在回发过程中保留的页的当前状态和值将被序列化为base64编码的字符串,并输出到视图状态的隐藏字段中。
While we won t cover it here, if you wish to use ikeyman to add a new certificate to a keystore, remember that ikeyman can import certificates from a file in either binary der format or in base64 arm format 而在此处我们不对其进行讨论,如果您希望使用ikeyman来向密钥库中添加新的证书,那么请记住,ikeyman可以从二进制der格式的文件中或从base64arm格式的文件中导入证书。
While other methods could be used to protect against this error by converting the ciphertext to an ascii hexadecimal representation, for example, the base64 encode option is both an easy and efficient means of avoiding the problem 但是可以使用其他方法来避免出现这种错误(例如将密文转换成ascii十六进制表示形式),base64encode选项是避免这种问题的既容易又有效的方法。
One caution about using base64 encoding is that the encoded string will be returned with the line feed character x 0a appended to the result and, if the returned string is longer than 65 bytes, line feed characters will be embedded in the string every 65 bytes 使用base64编码时要注意的是,被编码的字符串返回时可能在后面带有换行字符,如果返回的字符串长度超过65字节,那么每过65字节就要插入一个换行字符。
On the client side you can instantiate the vbheaderhandler class, set the headervalue to the base64 encoded serialized controller and, eventually, set the headerhandler property of the soapclient30 to the instance of the headerhandler class . as in the code example in 在客户端中,您可以实例化vbheaderhandler类,将headervalue设置为base64编码的序列化控制器,最后,将soapclient30的headerhandler特性设置为headerhandler类的实例。
Encrypted data is returned either as a binary string or, optionally, as a base64 encoded string, which is useful for ensuring that the encrypted string does not accidentally contain system delimiter characters a topic that is discussed in more detail later in this article 被加密的数据或者以二进制字符串的形式返回,或者以base64编码的字符串返回,后者对于确保加密的字符串不包含系统定界字符很有用(在本文后面会更详细地讨论这个话题)。
Iis provides a number of authentication mechanisms to verify user identity, including anonymous authentication, windows integrated ntlm authentication, windows integrated kerberos authentication, basic base64 encoded authentication, digest authentication, and authentication based on client certificates iis提供了大量用于验证用户标识的身份验证机制,其中包括匿名身份验证、windows集成的(ntlm)身份验证、windows集成的(kerberos)身份验证、基本(base64编码)身份验证、摘要式身份验证以及基于客户端证书的身份验证。