首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏hml_知识记录

    SQL命令 USE DATABASE

    方法为用户分配适当的权限: DO $SYSTEM.Security.Login("_SYSTEM","SYS") &sql( ) 必须具有%Service_Login:Use权限才能调用$SYSTEM.Security

    1.3K60编辑于 2022-05-07
  • 来自专栏pangguoming

    C# 中使用 RSA加解密算法

    三、C#中的RSA加解密    .NET Framework 类库提供了System.Security 命名空间,System.Security 命名空间提供公共语言运行时安全系统的基础结构,包括权限的基类

    6.6K40发布于 2018-03-07
  • 来自专栏Windows运维

    如何加密用户的个人文件?

    使用以下命令加密文件: Add-Type -AssemblyName System.Security $password = ConvertTo-SecureString "密码" -AsPlainText

    63010编辑于 2025-03-22
  • 来自专栏c#开发者

    windows logon API

    System; using System.Collections.Generic; using System.Text; using System.ComponentModel; using System.Security

    1.2K40发布于 2018-04-12
  • 来自专栏walterlv - 吕毅的博客

    如何让 .NET Core 命令行程序接受密码的输入而不显示密码明文

    - Stack Overflow SecureString.MakeReadOnly Method (System.Security) - Microsoft Docs SecureStringHelper.CreateString

    2.1K30发布于 2018-09-18
  • 来自专栏小徐学爬虫

    如何使用 Python 调用 DPAPI ?

    Iron Python:pip install ironpython2、导入 Iron Python 库和相关的 Windows API 函数:import clrclr.AddReference("System.Security

    95110编辑于 2024-09-02
  • 来自专栏CSharp编程大全

    C#基于yolov3的行人检测

    using System.IO; using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; using System.Security

    1.4K30发布于 2020-08-19
  • 来自专栏james大数据架构

    使用VS2010 C#开发ActiveX控件

    4.修改AssemblyInfo.cs文件,添加[assembly: AllowPartiallyTrustedCallers()]项(需要引用System.Security名称空间): ?    using System.Text; 7 using System.Windows.Forms; 8 using System.Runtime.InteropServices; 9 using System.Security

    2.3K70发布于 2018-01-22
  • 来自专栏偏前端工程师的驿站

    .Net魔法堂:史上最全的ActiveX开发教程——开发篇

    在 Properties.AssemblyInfo.cs文件中 添加 `[assembly:AllowPartiallyTrustedCallers()]`(注意引入:`System.Security`

    1.5K70发布于 2018-01-18
  • 来自专栏灰小猿技术社区

    “抽象类”到底抽不抽象?实例对比一看便知!

    using System; using System.Collections.Generic; using System.Reflection.PortableExecutable; using System.Security

    62710发布于 2020-09-23
  • 来自专栏痴者工良

    C# 方法与参数 常见命名空间汇总 using的使用 main方法参数

    System.Workflow.Activities System.Threading 用来构建多线程应用程序的类型 System.Threading.Tasks  基于任务的异步操作 System.Security

    2K40发布于 2021-04-26
  • 来自专栏林德熙的博客

    dotnet Framework 源代码 类库的意思

    System.Security System.Security 命名空间包含具有以下功能的类:代表 .NET Framework 安全性系统和权限。

    95510编辑于 2022-08-04
  • 来自专栏CSharp编程大全

    yolov3和yolov4检测效果对比

    using System.IO; using System.Runtime.ExceptionServices; using System.Runtime.InteropServices; using System.Security

    1.6K50发布于 2020-08-19
  • 来自专栏张善友的专栏

    .NET运行时核心仓库的治理架构解析:责任分配与协作机制

    顾问机制 许多区域都设置了"顾问"(Consultants)角色,例如: Extensions-Caching 的顾问包括 Redis 专家 @mgravell System.Security 的顾问包括

    15910编辑于 2025-10-21
  • 来自专栏林德熙的博客

    dotnet Framework 源代码 类库的意思

    System.Security System.Security 命名空间包含具有以下功能的类:代表 .NET Framework 安全性系统和权限。

    1.1K20发布于 2018-09-18
  • 来自专栏landv

    .NET Framework 类库——C#命名空间大全

    System.Security System.Security 命名空间包含具有以下功能的类:代表 .NET Framework 安全性系统和权限。

    3.5K20发布于 2018-05-24
  • 来自专栏全栈程序员必看

    ASP.NET的命名空间

    安全性命名空间 System.Security 说明:提供公共语言运行库安全性系统的基础结构。 System.Net.Security 说明:提供用户主机间安全通信的网络流。

    3.9K10编辑于 2022-09-14
  • 来自专栏hml_知识记录

    SQL命令 GRANT(二)

    方法为用户分配适当的权限: DO $SYSTEM.Security.Login("_SYSTEM","SYS") &sql( ) 必须具有%Service_Login:Use权限才能调用$SYSTEM.Security

    2.3K40编辑于 2022-05-05
  • 来自专栏hml_知识记录

    SQL命令 REVOKE

    方法为用户分配适当的权限: DO $SYSTEM.Security.Login("_SYSTEM","SYS") &sql( ) 必须具有%Service_Login:Use权限才能调用$SYSTEM.Security

    1.7K50编辑于 2022-05-06
  • 来自专栏菩提树下的杨过

    c#中开发ActiveX的学习笔记

    System.Reflection;  2 using System.Runtime.CompilerServices;  3 using System.Runtime.InteropServices;  4 using System.Security

    1.8K50发布于 2018-01-23
领券