c# - Login customData property using AuthenticationBase -
i'm trying access customdata property can passed server via riaservices. similar to: http://social.msdn.microsoft.com/forums/silverlight/en-us/0509878c-7315-4f31-84d8-33ee8e9abcf3/additional-login-information using authenticationbase provided system.servicemodel.domainservices.server.applicationservices, doesn't appear let me hide existing "login(...)" method use own , gain access customdata property.
here code sample microsoft demonstrating implementation of custom authentication service. sample appears allow include customdata in login method:
http://code.msdn.microsoft.com/custom-authentication-96ca3d20#content
Comments
Post a Comment