コード例 #1
0
 internal static GetterDelegate AuthenticationTypeGetterDelegate()
 {
     return(delegate(IPropertyBag bag)
     {
         if (!AcceptedDomainSchema.IsDomainAssociatedWithLiveNamespace(bag))
         {
             return null;
         }
         return AcceptedDomainSchema.GetRawAuthenticationType(bag);
     });
 }
コード例 #2
0
 internal static GetterDelegate RawLiveIdInstanceTypeGetterDelegate()
 {
     return((IPropertyBag bag) => AcceptedDomainSchema.GetRawLiveIdInstanceType(bag));
 }
コード例 #3
0
 internal static GetterDelegate RawAuthenticationTypeGetterDelegate()
 {
     return((IPropertyBag bag) => AcceptedDomainSchema.GetRawAuthenticationType(bag));
 }