Ejemplo n.º 1
0
        public DataProtectorShim(Microsoft.AspNet.DataProtection.IDataProtector protector)
        {
            if (protector == null)
                throw new ArgumentNullException(nameof(protector));

            _protector = protector;
        }
Ejemplo n.º 2
0
        public DataProtectorShim(Microsoft.AspNet.DataProtection.IDataProtector protector)
        {
            if (protector == null)
            {
                throw new ArgumentNullException(nameof(protector));
            }

            _protector = protector;
        }