TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Bruce Perler - Microsoft
When:
20 Mar 2013 2:34 PM
Last revision by
Richard Mueller
(cMVP, Microsoft Community Contributo)
When:
5 Apr 2013 11:06 AM
Revisions:
5
Comments:
0
Options
Subscribe to Article (RSS)
Share this
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
AD RMS SDK 2.1 Frequently Asked Questions (FAQ)
AD RMS SDK 2.1 Frequently Asked Questions (FAQ)
Article
History
AD RMS SDK 2.1 Frequently Asked Questions (FAQ)
The Active Directory Rights Management Services SDK 2.1 platform enables developers to build applications that leverage Active Directory Rights Management Services (AD RMS) or Windows Azure Active Directory Rights Management (AADRMS) to provide information protection. The AD RMS SDK 2.1 handles complex security practices such as key management, encryption and decryption processing and offers a simplified API for easy application development.
To help you answer your questions, we have created this FAQ page to complement the Getting Started guides in the SDK Help documentation and to answer frequently asked questions about the AD RMS SDK 2.1.
Q: Is there a local way (without calling the AD RMS SDK) to recognize whether a file is already protected with AD RMS? For example, can a file be verified to be rights protected by evaluating specific parts of the file header or perhaps some sort of binary signature on the file itself?
A: There’s no direct way of knowing that a file has been encrypted by AD RMS. As you noted, IpcfIsFileEncrypted() method is the quickest ways to do so.
Q: The encryption/decryption APIs for Office files in the File API Beta SDK use the IpcfEncryptFile and IpcfDecryptFile
methods, which are designed to work with saved data (i.e. a filename and path are included as parameters). Is it possible to also encrypt/decrypt such files as stream data?
A: Stream-based API support has been a consistent ask. It is not available for the current release but we are looking at this.
Q: How can we invoke all IPC methods with invisible or silent mode? ( Using: Visual Studio 2010, non managed C++, AD RMS 2.1. Beta and the File API Beta)
A: The easiest way to solve this is by using server (IPC_API_MODE_SERVER) mode. When this mode is used, it ensures that we use do not show any privacy prompts. For more information,
API Mode Values
in the AD RMS SDK 2.1 docs.
Q: Is there a way to enable remote debugging on an AD RMS site?
A: The AD RMS server does not allow remote debugging. A few options that you have are the following:
Go through the reporting logs.
Enable tracing on the AD RMS server, which provides detailed logs.
Enable debugging through Checked builds
Of these options, enabling tracing is probably the most powerful and typically your best option. For more information, see
AD RMS Troubleshooting: server-side tracing
Q: What encryption algorithm does IPC_LI_DEPRECATED_ENCRYPTION_ALGORITHMS trigger the use of when I am using the IpcSetLicenseProperty method?
A: Currently, the IPC_LI_DEPRECATED_ENCRYPTION_ALGORITHMS flag specifically refers to the cipher mode used as the symmetric content key is applied to the content. Using this flag downgrades the cipher mode from the default of CBC4K to ECB mode. Over time, however, this flag may also refer to any other changes needed to maintain MSDRM compatibility.
AD RMS SDK 2
,
en-US
,
faq
,
MSIPC
[Edit tags]
Leave a Comment
Please add 5 and 6 and type the answer here:
Post
Wiki - Revision Comment List(Revision Comment)
Wikis - Comment List