简体   繁体   English

如何使用 c# 以编程方式在 domino 服务器中获取 CA 配置的证明者名称列表?

[英]How to Get CA Configured Certifiers names List in domino server programmatically using c#?

To register using new user using CA Process option , CA Configured Certifiers Name is required how can i get that programatically ?要使用 CA Process 选项使用新用户注册,需要 CA 配置的验证者名称,我如何以编程方式获得该名称? I was tried reading documents in ($Certifiers) view in names.nsf file but there is no certifier name available.我曾尝试在 names.nsf 文件中的 ($Certifiers) 视图中阅读文档,但没有可用的验证者名称。

有一个隐藏视图 $CertificateAuthorities,其中列出了所有启用 CA 的验证者。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在C#中使用LDAP从Domino服务器列出邮箱 - How to list mailbox from Domino Server using LDAP in C# 如何检查配置了Lotus Notes的Domino服务器的名称? 使用C# - How to check name of Domino Server to which lotus notes is configured? using C# 如何使用C#获取在Outlook中配置的电子邮件ID列表? - How to get the list of Email id configured in outlook using c#? 如何使用 interop.domino.dll c# 程序获取“Internet 域”和“地址名称格式”? - How to get the "Internet Domain" and "Address name format" using interop.domino.dll c# program? 如何使用“ Interop.Domino.dll”(C#)获取Lotus Notes密码(在本地计算机上)? - How to get Lotus Notes Password (on local machine) using “Interop.Domino.dll” (C#)? 如何使用c#和interop.domino.dll的用法在Domino服务器中插入新的注释文档? - how to insert a new notes document in the domino server with c# and the usage of interop.domino.dll? 使用C#从Windows Server 2003的CA获取证书 - Get certificate from windows server 2003's CA using C# 如何访问在Domino服务器上配置的用户的联系人? - How to access contacts of user's configured on Domino Server? Web服务和C#中的Lotus Domino服务器 - Webservices and Lotus Domino Server in C# 如何使用.NET获取网络上的Domino服务器列表? - How to get list of Domino Servers on network using .NET?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM