public void ForDestination(string relativeUrl)
        {
            var destination = new SamlDestination
            {
                DestinationUrl = relativeUrl
            };

            Store(destination);
        }
Пример #2
0
        public void ForDestination(string relativeUrl)
        {
            var destination = new SamlDestination
            {
                DestinationUrl = relativeUrl
            };

            Store(destination);
        }