问题描述
我正在寻找ADFS 2.0声明语言的完整语言参考。
I'm looking for a complete language reference for the ADFS 2.0 claim language.
到目前为止我所有的我们发现这是它和周围的文件:
So far all I've found is this and it's surrounding documents:
http://technet.microsoft.com/en-us/library/dd807118%28WS.10%29.aspx
我是什么想要做的是发送一个LDAP声明(UPN作为NameID),但我想在发送之前规范化大小写(即ToLower())。如果有人知道如何做到这一点会很棒,但拥有完整的语言参考更为重要。没有参考的
语言没什么用。
What I want to do is send an LDAP claim (UPN as NameID) but I want to normalize the case (i.e. ToLower() ) before I send it. It would be great if someone knows how to do this but it's more important to have a full language reference. Not much point in a language without a reference.
干杯,
Rhys
推荐答案
感觉不完整 - 但(好消息或坏消息) - 它没有更多。像ToLower这样的东西不存在。
It feels incomplete - but (good news or bad) - there is not much more to it. Things like ToLower don't exist.
这篇关于ADFS 2.0声明规则语言的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!