UpT*_*eek 10 .net authentication encryption
.NET FormsAuthentication.Encrypt()方法使用什么加密方法?
在MSDN文章中没有提到:
http://msdn.microsoft.com/en-us/library/system.web.security.formsauthentication.encrypt.aspx
谢谢.
Dar*_*rov 16
这由machineKey元素定义:
<system.web>
<machineKey validationKey="..."
decryptionKey="..."
validation="SHA1"
decryption="AES" />
</system.web>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4754 次 |
| 最近记录: |